Update key themes to use -gtk-key-bindings
The name gtk-key-bindings has been deprecated and causes warnings.
This commit is contained in:
parent
d267b8e028
commit
adead3b499
@ -105,17 +105,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
gtk-key-bindings: gtk-emacs-text-entry;
|
-gtk-key-bindings: gtk-emacs-text-entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
textview {
|
textview {
|
||||||
gtk-key-bindings: gtk-emacs-text-entry, gtk-emacs-text-view;
|
-gtk-key-bindings: gtk-emacs-text-entry, gtk-emacs-text-view;
|
||||||
}
|
}
|
||||||
|
|
||||||
treeview {
|
treeview {
|
||||||
gtk-key-bindings: gtk-emacs-tree-view;
|
-gtk-key-bindings: gtk-emacs-tree-view;
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkMenuShell {
|
GtkMenuShell {
|
||||||
gtk-key-bindings: gtk-emacs-menu;
|
-gtk-key-bindings: gtk-emacs-menu;
|
||||||
}
|
}
|
||||||
|
@ -181,25 +181,25 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
iconview {
|
iconview {
|
||||||
gtk-key-bindings: gtk-mac-icon-view;
|
-gtk-key-bindings: gtk-mac-icon-view;
|
||||||
}
|
}
|
||||||
|
|
||||||
textview {
|
textview {
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
entry {
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-label;
|
-gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-label;
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkFileChooserWidget {
|
GtkFileChooserWidget {
|
||||||
gtk-key-bindings: gtk-mac-file-chooser;
|
-gtk-key-bindings: gtk-mac-file-chooser;
|
||||||
}
|
}
|
||||||
|
|
||||||
treeview {
|
treeview {
|
||||||
gtk-key-bindings: gtk-mac-tree-view;
|
-gtk-key-bindings: gtk-mac-tree-view;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user