[gnome-builder] emacs: ctrl+f/ctrl-b support for GtkListBox
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] emacs: ctrl+f/ctrl-b support for GtkListBox
- Date: Sun, 17 May 2015 20:40:46 +0000 (UTC)
commit 00bd6b9edbe191a9d3a721c8676ce63a35fbe3b5
Author: Christian Hergert <christian hergert me>
Date: Sun May 17 13:40:41 2015 -0700
emacs: ctrl+f/ctrl-b support for GtkListBox
data/keybindings/emacs.css | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/data/keybindings/emacs.css b/data/keybindings/emacs.css
index 8cdee19..393767b 100644
--- a/data/keybindings/emacs.css
+++ b/data/keybindings/emacs.css
@@ -120,6 +120,12 @@
bind "<ctrl>b" { "move-cursor" (logical-positions, -1) };
}
+ binding-set builder-emacs-list-box
+{
+ bind "<ctrl>f" { "move-cursor" (display-lines, 1) };
+ bind "<ctrl>b" { "move-cursor" (display-lines, -1) };
+}
+
GtkEntry {
gtk-key-bindings: builder-emacs-text-entry;
}
@@ -146,6 +152,10 @@ GtkTreeView {
gtk-key-bindings: builder-emacs-tree-view;
}
+GtkListBox {
+ gtk-key-bindings: builder-emacs-list-box;
+}
+
GbProjectTree {
gtk-key-bindings: builder-emacs-tree-view,
builder-gb-project-tree;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]