From d9695269d4bdadae1a6e10b4003f2592eda899a2 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 11 Jan 2014 13:09:52 +0100 Subject: compat/*: Tweaking and harmonizing some comments. Signed-off-by: Benno Schulenberg --- compat/xtest | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'compat/xtest') 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; -- cgit v1.2.1