gtk2 2.24.30 and gtk3 3.20.2

next time: write a script that copies all required files from /usr/local to the git repo...
This commit is contained in:
Tom Schoonjans
2016-04-12 07:27:26 +02:00
parent 1c9141a50b
commit 9ee00261c1
697 changed files with 7756 additions and 441 deletions

View File

@@ -104,18 +104,18 @@
bind "<ctrl>b" { "move-current" (parent) };
}
GtkEntry {
gtk-key-bindings: gtk-emacs-text-entry;
entry {
-gtk-key-bindings: gtk-emacs-text-entry;
}
GtkTextView {
gtk-key-bindings: gtk-emacs-text-entry, gtk-emacs-text-view;
textview {
-gtk-key-bindings: gtk-emacs-text-entry, gtk-emacs-text-view;
}
GtkTreeView {
gtk-key-bindings: gtk-emacs-tree-view;
treeview {
-gtk-key-bindings: gtk-emacs-tree-view;
}
GtkMenuShell {
gtk-key-bindings: gtk-emacs-menu;
-gtk-key-bindings: gtk-emacs-menu;
}