Fix key themes for GtkEntry -> entry
This was pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=757252
This commit is contained in:
parent
20e46ce8ae
commit
b4d49c36ce
@ -104,7 +104,7 @@
|
|||||||
bind "<ctrl>b" { "move-current" (parent) };
|
bind "<ctrl>b" { "move-current" (parent) };
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkEntry {
|
entry {
|
||||||
gtk-key-bindings: gtk-emacs-text-entry;
|
gtk-key-bindings: gtk-emacs-text-entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -188,11 +188,11 @@ GtkTextView {
|
|||||||
gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-alt-delete, gtk-mac-cmd-c, gtk-mac-text-view;
|
gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-alt-delete, gtk-mac-cmd-c, gtk-mac-text-view;
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkEntry {
|
entry {
|
||||||
gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-alt-delete, gtk-mac-cmd-c, gtk-mac-entry;
|
gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-alt-delete, gtk-mac-cmd-c, gtk-mac-entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkLabel {
|
label {
|
||||||
gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-label;
|
gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-label;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user