diff --git a/Shortcut-handling.md b/Shortcut-handling.md index b536c79..2999ddb 100644 --- a/Shortcut-handling.md +++ b/Shortcut-handling.md @@ -27,8 +27,8 @@ xkb keycodes are typically `scancode + 8`. ### Examples # These two shortcuts are equivalent for US keyboards - bindsym Ctrl+Shift+1 restart - bindsym Ctrl+exclam restart + bindsym Ctrl+Shift+1 kill + bindsym Ctrl+exclam kill # These shortcuts are equivalent and will both exit when, for # instance, Control_L, P and Q are pressed simultaneously