From 07511cb21a6eb3382fa191064aac983b861db041 Mon Sep 17 00:00:00 2001 From: Rui Matos Date: Tue, 18 Dec 2012 15:04:14 +0000 Subject: [PATCH] Handle 'switch-input-source' keybinding move Moving this to gsettings-desktop-schemas instead so that gnome-control-center doesn't have to grow a dependency on gnome-shell. https://bugzilla.gnome.org/show_bug.cgi?id=690427 --- data/50-gnome-shell-typing.xml.in | 15 --------------- data/Makefile.am | 1 - data/org.gnome.shell.gschema.xml.in.in | 10 ---------- js/ui/status/keyboard.js | 4 ++-- 4 files changed, 2 insertions(+), 28 deletions(-) delete mode 100644 data/50-gnome-shell-typing.xml.in diff --git a/data/50-gnome-shell-typing.xml.in b/data/50-gnome-shell-typing.xml.in deleted file mode 100644 index 7afd4c555..000000000 --- a/data/50-gnome-shell-typing.xml.in +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - diff --git a/data/Makefile.am b/data/Makefile.am index be6deef8c..f3e90b0ec 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -54,7 +54,6 @@ keysdir = @GNOME_KEYBINDINGS_KEYSDIR@ keys_in_files = \ 50-gnome-shell-screenshot.xml.in \ 50-gnome-shell-system.xml.in \ - 50-gnome-shell-typing.xml.in \ $(NULL) keys_DATA = $(keys_in_files:.xml.in=.xml) diff --git a/data/org.gnome.shell.gschema.xml.in.in b/data/org.gnome.shell.gschema.xml.in.in index 313aea0b7..24af09336 100644 --- a/data/org.gnome.shell.gschema.xml.in.in +++ b/data/org.gnome.shell.gschema.xml.in.in @@ -135,16 +135,6 @@ value here is from the GsmPresenceStatus enumeration. Keybinding to start/stop the builtin screen recorder. - - ["<Super>space"] - <_summary>Switch input source - <_description>Binding to select the next input source - - - [] - <_summary>Switch input source backward - <_description>Binding to select the previous input source -