From dc56d736fcd8ee767f76674981abbb506a1d69d5 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 20 Jan 2012 14:40:19 +0100 Subject: Currenlty enable the keyboard options grab:break_actions by default. --- xorg-server/hw/xwin/winconfig.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'xorg-server/hw/xwin/winconfig.c') diff --git a/xorg-server/hw/xwin/winconfig.c b/xorg-server/hw/xwin/winconfig.c index 71850d0a4..4441550b0 100644 --- a/xorg-server/hw/xwin/winconfig.c +++ b/xorg-server/hw/xwin/winconfig.c @@ -502,6 +502,12 @@ winConfigKeyboard (DeviceIntPtr pDevice) s = winSetStrOption (kbd->inp_option_lst, "XkbOptions", NULL); from = X_CONFIG; } +#else + else + { + if (!g_winInfo.xkb.options) + s="grab:break_actions"; /* Currently attach default CTRL+ALT+NKP/ and CTRL+ALT+NKP* mappings to release grab functions */ + } #endif if (s) { -- cgit v1.2.3