- Added Open File Browser (Windows). Closes #405

This commit is contained in:
Ben Reaves
2021-02-25 22:08:50 -06:00
parent 4f1adbc358
commit d44247affb
2 changed files with 6 additions and 0 deletions

View File

@@ -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