forked from AuroraMiddleware/gtk
Merge branch 'altBackspaceEmacs' into 'master'
Add binding for <alt>BackSpace to emacs keys See merge request GNOME/gtk!96
This commit is contained in:
commit
0069de7e75
@ -59,6 +59,7 @@
|
|||||||
"insert-at-cursor" (" ") };
|
"insert-at-cursor" (" ") };
|
||||||
bind "<alt>KP_Space" { "delete-from-cursor" (whitespace, 1)
|
bind "<alt>KP_Space" { "delete-from-cursor" (whitespace, 1)
|
||||||
"insert-at-cursor" (" ") };
|
"insert-at-cursor" (" ") };
|
||||||
|
bind "<alt>BackSpace" { "delete-from-cursor" (word-ends, -1) };
|
||||||
/*
|
/*
|
||||||
* Some non-Emacs keybindings people are attached to
|
* Some non-Emacs keybindings people are attached to
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user