From 7283fb320f61581a524fe22b3905538adeef1c6b Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 21 Feb 2014 13:49:14 -0500 Subject: [PATCH] mutter-wayland: Add XKB VT switching keysyms. It turns out XKB has keysyms for these for no real reason, and I was hitting those instead of the F1 path. This is ridiculous, but key, so is the entirety of XKB. This took an embarassingly long time to figure out and debug. --- src/org.gnome.mutter.wayland.gschema.xml.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/org.gnome.mutter.wayland.gschema.xml.in b/src/org.gnome.mutter.wayland.gschema.xml.in index 4bb5c1dfd..baddf8e72 100644 --- a/src/org.gnome.mutter.wayland.gschema.xml.in +++ b/src/org.gnome.mutter.wayland.gschema.xml.in @@ -2,31 +2,31 @@ - F1']]]> + F1', 'XF86Switch_VT_1']]]> <_summary>Switch to VT 1 - F2']]]> + F2', 'XF86Switch_VT_2']]]> <_summary>Switch to VT 2 - F3']]]> + F3', 'XF86Switch_VT_3']]]> <_summary>Switch to VT 3 - F4']]]> + F4', 'XF86Switch_VT_4']]]> <_summary>Switch to VT 4 - F5']]]> + F5', 'XF86Switch_VT_5']]]> <_summary>Switch to VT 5 - F6']]]> + F6', 'XF86Switch_VT_6']]]> <_summary>Switch to VT 6 - F7']]]> + F7', 'XF86Switch_VT_7']]]> <_summary>Switch to VT 7