fix super modifier parsing

This commit is contained in:
Sebastian Herrlinger 2025-12-11 19:18:27 +01:00
parent 639320b3e1
commit 80e04be84f
7 changed files with 146 additions and 27 deletions

View file

@ -73,8 +73,8 @@ OpenCode has a list of keybinds that you can customize through the OpenCode conf
"input_delete_to_line_start": "ctrl+u",
"input_backspace": "backspace,shift+backspace",
"input_delete": "ctrl+d,delete,shift+delete",
"input_undo": "ctrl+-,cmd+z",
"input_redo": "ctrl+.,cmd+shift+z",
"input_undo": "ctrl+-,super+z",
"input_redo": "ctrl+.,super+shift+z",
"input_word_forward": "alt+f,alt+right,ctrl+right",
"input_word_backward": "alt+b,alt+left,ctrl+left",
"input_select_word_forward": "alt+shift+f,alt+shift+right",