diff options
| author | DocJr90 | 2024-11-11 10:28:59 -0500 |
|---|---|---|
| committer | GitHub | 2024-11-11 16:28:59 +0100 |
| commit | fcbaa23ccfe82f2fc8ca1e0aef6ff4d7b59f63b2 (patch) | |
| tree | 6d115ddc9dd1011938194e52db1227561404e569 /srcs/juloo.keyboard2/prefs | |
| parent | 70365b48d4e5afd945d7daba4685f95120c99370 (diff) | |
| download | unexpected-keyboard-fcbaa23ccfe82f2fc8ca1e0aef6ff4d7b59f63b2.tar.gz unexpected-keyboard-fcbaa23ccfe82f2fc8ca1e0aef6ff4d7b59f63b2.zip | |
Add "scroll_lock" key (#800)
Added "scroll_lock" equates to KeyEvent.KEYCODE_SCROLL_LOCK
Diffstat (limited to 'srcs/juloo.keyboard2/prefs')
| -rw-r--r-- | srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java b/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java index 04ac8b2..f7ab445 100644 --- a/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java +++ b/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java @@ -72,6 +72,7 @@ public class ExtraKeysPreference extends PreferenceCategory "f11_placeholder", "f12_placeholder", "menu", + "scroll_lock", "combining_dot_above", "combining_double_aigu", "combining_slash", |
