Skip to content

Commit

Permalink
- Added delete entire line via Cmd-Backspace (Linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbreaves committed Mar 13, 2021
1 parent 18ae403 commit 588fe1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux/kinto.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@
K("Super-Backspace"): K("C-Backspace"), # Default not-chromebook - Delete Left Word of Cursor
K("Super-Delete"): K("C-Delete"), # Default not-chromebook - Delete Right Word of Cursor
K("Alt-Backspace"): K("C-Backspace"), # Default not-chromebook - Delete Left Word of Cursor
K("RC-Backspace"): K("C-Shift-Backspace"), # Default not-chromebook - Delete Entire Line Left of Cursor
K("Alt-Delete"): K("C-Delete"), # Default not-chromebook - Delete Right Word of Cursor
# K(""): pass_through_key, # cancel
# K(""): K(""), #
Expand Down

0 comments on commit 588fe1a

Please sign in to comment.