Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-10 | Move internal packages to an internal folder | 1 | -72/+0 | ||
For reference: https://go.dev/doc/go1.4#internalpackages | |||||
2020-09-23 | Avoid Javascript minifier to break keyboard shortcuts | 1 | -3/+1 | ||
2019-10-06 | call preventDefault() when the user is trying to enter a keyboard shortcut | 1 | -4/+11 | ||
Keyboard shortcuts might conflict with Firefox’s "Find as you type" feature. | |||||
2019-04-28 | Add option to enable/disable keyboard shortcuts | 1 | -1/+0 | ||
2018-10-31 | Ignore hotkeys containing Control, Alt or Meta keys | 1 | -1/+6 | ||
Fixes #260 | |||||
2018-10-22 | Revert "Call preventDefault() when a keyboard shortcut is executed" | 1 | -10/+4 | ||
This reverts commit 9440bf47a521a61c91073425bd613710cf7dd1cb. | |||||
2018-10-21 | Call preventDefault() when a keyboard shortcut is executed | 1 | -4/+10 | ||
2018-07-05 | Refactor assets bundler and split Javascript files | 1 | -0/+63 | ||