From ba0b312ac835f3a660d610d73fba89c6f92f7efc Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Thu, 22 Jan 2009 20:20:02 -0800 Subject: [PATCH] test: Add tests for XFree86 special keys Since the XFree86 special keysyms contain an underscore after the XF86 prefix, check to make sure they're handled correctly. --- test/xkey.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/xkey.sh b/test/xkey.sh index a2d0ce0..0e1961d 100755 --- a/test/xkey.sh +++ b/test/xkey.sh @@ -31,3 +31,5 @@ check_string Undo 0xFF65 check_key 0x1008FF56 XF86Close check_string ThisKeyShouldNotExist NoSymbol check_key 0x0 NULL +check_string XF86_Switch_VT_5 0x1008FE05 +check_key 0x1008FE20 XF86_Ungrab