diff options
-rw-r--r-- | dist/xkeyboard-config/compat/xfree86 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dist/xkeyboard-config/compat/xfree86 b/dist/xkeyboard-config/compat/xfree86 index cf4a8b22b..caa9dce38 100644 --- a/dist/xkeyboard-config/compat/xfree86 +++ b/dist/xkeyboard-config/compat/xfree86 @@ -41,12 +41,6 @@ default partial xkb_compatibility "basic" { action = SwitchScreen(Screen=12, !SameServer); }; - interpret XF86_Ungrab { - action = Private(type=0x86, data="Ungrab"); - }; - interpret XF86_ClearGrab { - action = Private(type=0x86, data="ClsGrb"); - }; interpret XF86LogGrabInfo { action = Private(type=0x86, data="PrGrbs"); }; |