mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 19:00:12 +00:00
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) };
|
||||
}
|
||||
|
||||
GtkEntry {
|
||||
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;
|
||||
}
|
||||
|
||||
GtkEntry {
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user