You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: data/README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,13 @@ This extension supports localization, if you are fluent in a language other than
10
10
No coding knowledge required.
11
11
12
12
## Current Version
13
-
- Version: 1.4.0
14
-
- Date: 2016-11-14
13
+
- Version: 2.0.0
14
+
- Date: 2016-11-23
15
15
- Official Releases @ AMO: <https://addons.mozilla.org/en-US/firefox/addon/keybinder>
16
16
- Support site: <https://github.com/Lord-Kamina/keybinder>
17
17
18
18
## Known Issues
19
-
+ Some Shortcuts with special characters will show superfluous modifiers (Like on spanish keyboards, "?" will also register shift as a keypress.), this is mostly a cosmetic bug.
20
-
+ Certain commands can only be disabled, not remapped (So far: Hide Firefox and Hide Others in macOS)
21
-
+ Some commands, although able to be remapped, will also respond to their original shortcut. (So far seen on macOS: Shortcuts which by default include Alt/Option and a letter)
19
+
+ Certain commands can only be disabled, not remapped (So far: "Hide Firefox" and "Hide Others" in macOS)
22
20
23
21
## TO DO
24
22
+ Port the bug-78414 workaround to MutationObserver.
@@ -29,7 +27,7 @@ No coding knowledge required.
29
27
30
28
[[toc]]
31
29
32
-
## [1.4.0] - 2016-XX-XX
30
+
## [2.0.0] - 2016-11-23
33
31
34
32
+### Added
35
33
+ At the request of many, added an optional (and experimental) feature to create custom XUL keys, which can then be assigned to shortcuts in the usual way. As of now, I have limited these custom keys to commands already defined in the Firefox commandset (i.e., no custom javascript).
@@ -41,6 +39,7 @@ No coding knowledge required.
41
39
+ Add "Quit" and "Preferences" shortcuts when not defined normally.
42
40
+ Moved several previously uncategorized shortcuts into their proper groups. Removed duplicate shortcuts in more than one group.
43
41
+ Completely re-factored the way keypresses are parsed, in order to make handling more robust. Now using KeyboardEvent.keyCode and KeyboardEvent.code when the former is unavailable, thus bringing back support for dead keys, among other things.
42
+
+ Shortcut mappings will now be stored alongside the rest of preferences. The extension will detect previously added shortcuts and convert them automatically when updating.
"description": "If this value is true, we should ignore the cache and rebuild the list of Keys from scratch.",
139
+
"description": "If this value is true, we should ignore the cache and rebuild the list of Keys from scratch. (Used when enabling/disabling the Custom XUL keys functionality)",
0 commit comments