diff options
| author | Andrés Cuervo <andrescuervor@gmail.com> | 2023-11-16 17:02:04 +0000 |
|---|---|---|
| committer | Andrés Cuervo <andrescuervor@gmail.com> | 2023-11-16 17:02:04 +0000 |
| commit | 73364937792d5813e7fc9855c5841aba12e97569 (patch) | |
| tree | 60096c8d5f9e61af8c41f2660cff07cb8984eedb /virtual-programs | |
| parent | Add beginning of multi-keyboard handling in keyboard process (diff) | |
| download | folk-73364937792d5813e7fc9855c5841aba12e97569.tar.gz folk-73364937792d5813e7fc9855c5841aba12e97569.zip | |
Ignore more keyboard modifier keys
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/editor.folk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/virtual-programs/editor.folk b/virtual-programs/editor.folk index 4f9945c3..7400a299 100644 --- a/virtual-programs/editor.folk +++ b/virtual-programs/editor.folk @@ -308,8 +308,13 @@ Every time keyboard claims key /currentCharacter/ is down with modifiers /modifi MUTE - VOLUMEUP - VOLUMEDOWN - + ESC - + TAB - + CAPSLOCK - LEFTSHIFT - RIGHTSHIFT - + LEFTALT - + RIGHTALT - LEFTCTRL - RIGHTCTRL { # TODO: Implement DELETE, operates like BACKSPACE, but in the opposite direction |
