abouttreesummaryrefslogcommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDocJr902024-11-11 10:28:59 -0500
committerGitHub2024-11-11 16:28:59 +0100
commitfcbaa23ccfe82f2fc8ca1e0aef6ff4d7b59f63b2 (patch)
tree6d115ddc9dd1011938194e52db1227561404e569 /doc
parent70365b48d4e5afd945d7daba4685f95120c99370 (diff)
downloadunexpected-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 'doc')
-rw-r--r--doc/Possible-key-values.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Possible-key-values.md b/doc/Possible-key-values.md
index e6a1ddd..76cdbe0 100644
--- a/doc/Possible-key-values.md
+++ b/doc/Possible-key-values.md
@@ -46,7 +46,8 @@ These keys are sent to apps, which are free to ignore them. The keyboard does no
`page_up`, `page_down`,
`home`, `end`,
`backspace`, `delete`,
-`insert`, `f1`-`f12`,
+`insert`, `scroll_lock`,
+`f1`-`f12`,
`tab`, `copy`,
`paste`, `cut`,
`selectAll`, `pasteAsPlainText`,