diff options
-rw-r--r-- | compat/xfree86 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compat/xfree86 b/compat/xfree86 index e08b0db2..cf4a8b22 100644 --- a/compat/xfree86 +++ b/compat/xfree86 @@ -47,6 +47,13 @@ default partial xkb_compatibility "basic" { interpret XF86_ClearGrab { action = Private(type=0x86, data="ClsGrb"); }; + interpret XF86LogGrabInfo { + action = Private(type=0x86, data="PrGrbs"); + }; + interpret XF86LogWindowTree { + action = Private(type=0x86, data="PrWins"); + }; + interpret XF86_Next_VMode { action = Private(type=0x86, data="+VMode"); }; |