summaryrefslogtreecommitdiff
path: root/compat/xtest
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2014-01-11 13:09:52 +0100
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2014-01-15 00:53:18 +0000
commitd9695269d4bdadae1a6e10b4003f2592eda899a2 (patch)
tree81dc97abb9d92ea270b19f43b6e4f69779959d74 /compat/xtest
parent5807c6cea78526ae2d5d6d82ec98ecad52369374 (diff)
downloadxkeyboard-config-d9695269d4bdadae1a6e10b4003f2592eda899a2.tar.gz
compat/*: Tweaking and harmonizing some comments.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'compat/xtest')
-rw-r--r--compat/xtest17
1 files changed, 8 insertions, 9 deletions
diff --git a/compat/xtest b/compat/xtest
index 5ee88cc..0f534f5 100644
--- a/compat/xtest
+++ b/compat/xtest
@@ -1,15 +1,14 @@
default xkb_compatibility "xtest" {
// Minimal set of symbol interpretations to provide
- // reasonable behavior for testing. The X Test
- // Suite assumes that it can set any modifier by
- // simulating a KeyPress and clear it by simulating
- // a KeyRelease. Because of the way that XKB
- // implements locking/latching modifiers, this
- // approach fails in some cases (typically the
- // lock or num lock modifiers). These symbol
- // interpretations make all modifier keys just
- // set the corresponding modifier so that xtest
+ // reasonable behavior for testing.
+ // The X Test Suite assumes that it can set any modifier
+ // by simulating a KeyPress and clear it by simulating a
+ // KeyRelease. Because of the way that XKB implements
+ // locking/latching modifiers, this approach fails in
+ // some cases (typically the Lock or NumLock modifiers).
+ // These symbol interpretations make all modifier keys
+ // just set the corresponding modifier so that xtest
// will see the behavior it expects.
virtual_modifiers NumLock,AltGr;