mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
Merge branch 'caps_lock_modifier' of https://github.com/Luflosi/kitty
This commit is contained in:
commit
dda886b97c
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ is_modifier_key(int key) {
|
|||
case GLFW_KEY_RIGHT_CONTROL:
|
||||
case GLFW_KEY_LEFT_SUPER:
|
||||
case GLFW_KEY_RIGHT_SUPER:
|
||||
case GLFW_KEY_CAPS_LOCK:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue