[gtk: 1/2] Add binding for <alt>BackSpace to emacs keys



commit f8765325146ca0f643592bbcab6ab96e13ddbc78
Author: Ivan Malison <IvanMalison gmail com>
Date:   Sun Apr 1 20:16:05 2018 -0700

    Add binding for <alt>BackSpace to emacs keys

 gtk/gtk-keys.css.emacs | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gtk/gtk-keys.css.emacs b/gtk/gtk-keys.css.emacs
index 9dd624074c..6639e8d1de 100644
--- a/gtk/gtk-keys.css.emacs
+++ b/gtk/gtk-keys.css.emacs
@@ -59,6 +59,7 @@
                       "insert-at-cursor" (" ") };
   bind "<alt>KP_Space" { "delete-from-cursor" (whitespace, 1)
                          "insert-at-cursor" (" ")  };
+  bind "<alt>BackSpace" { "delete-from-cursor" (word-ends, -1) };
   /*
    * Some non-Emacs keybindings people are attached to
    */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]