diff --git a/linux/kinto.py b/linux/kinto.py index 63d45bb..131b974 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -294,6 +294,8 @@ define_keymap(lambda wm_class: wm_class.casefold() not in remotes,{ K("Super-k"): [K("Shift-End"), K("Backspace")], K("Super-d"): K("Delete"), + # K("M-RC-Space"): K(""), # Open Finder - Placeholder + # Wordwise K("RC-Left"): K("Home"), # Beginning of Line K("RC-Shift-Left"): K("Shift-Home"), # Select all to Beginning of Line diff --git a/windows/kinto.ahk b/windows/kinto.ahk index df5b15e..17abafe 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -346,6 +346,10 @@ GroupAdd, intellij, ahk_exe idea64.exe ; Region Screenshot ^+4::Send #+{S} + ; Open File Browser + ; !^space::Send #e ; Default + ; #^space::Send #e ; CB/IBM + ; wordwise support ^Up::Send ^{Home} ^+Up::Send ^+{Home}