From 3b2f47d44a55d93c65455ff183f3b47da04b1de1 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 7 Jul 2014 23:02:31 -0700 Subject: [PATCH] specs/XKB: re-normalize layout in xml files Same script as before, just with comments out of the way now. Signed-off-by: Alan Coopersmith --- specs/XKB/ch07.xml | 4 ++-- specs/XKB/ch08.xml | 8 ++++---- specs/XKB/ch09.xml | 12 ++++++------ specs/XKB/ch10.xml | 36 ++++++++++++++++++------------------ 4 files changed, 30 insertions(+), 30 deletions(-) diff --git a/specs/XKB/ch07.xml b/specs/XKB/ch07.xml index 650534e7..87d3c376 100644 --- a/specs/XKB/ch07.xml +++ b/specs/XKB/ch07.xml @@ -236,8 +236,8 @@ from the server. To set the binding of a virtual modifier to a real modifier, use XkbSetMap (see -section 14.3 -). +section 14.3 +). diff --git a/specs/XKB/ch08.xml b/specs/XKB/ch08.xml index 8428d630..1e4dda5c 100644 --- a/specs/XKB/ch08.xml +++ b/specs/XKB/ch08.xml @@ -1588,8 +1588,8 @@ in map. BadImplementation errors. In addition, it can also generate XkbIndicatorStateNotify - (see section 8.5), -XkbIndicatorMapNotify, + (see section 8.5), +XkbIndicatorMapNotify, and XkbNamesNotify events (see section 18.5). @@ -1745,8 +1745,8 @@ To receive XkbIndicatorStateNotify events, use XkbSelectEvents - (see section 4.3) with both the -bits_to_change + (see section 4.3) with both the +bits_to_change and values_for_bits parameters containing diff --git a/specs/XKB/ch09.xml b/specs/XKB/ch09.xml index d21feef4..f69f7f99 100644 --- a/specs/XKB/ch09.xml +++ b/specs/XKB/ch09.xml @@ -85,8 +85,8 @@ or repeating, Xkb can provide feedback for the controls by using special beep codes. The AccessXFeedback control is used to configure the specific types of operations that generate -feedback. See section 10.6.3 for a discussion on -AccessXFeedback +feedback. See section 10.6.3 for a discussion on +AccessXFeedback control. @@ -204,8 +204,8 @@ bell. This is useful if you need to use an audio server instead of the system beep. For example, when an audio client starts, it could disable the audible bell (the system bell) and then listen for XkbBellNotify - events (see section 9.4). When it receives a -XkbBellNotify + events (see section 9.4). When it receives a +XkbBellNotify event, the audio client could then send a request to an audio server to play a sound. @@ -216,8 +216,8 @@ You can control the audible bells feature by passing the XkbAudibleBellMask to XkbChangeEnabledControls - (see section 10.1.1). If you set -XkbAudibleBellMask + (see section 10.1.1). If you set +XkbAudibleBellMask on, the server rings the system bell when a bell event occurs. This is the default. If you set XkbAudibleBellMask diff --git a/specs/XKB/ch10.xml b/specs/XKB/ch10.xml index 632eece5..72673f90 100644 --- a/specs/XKB/ch10.xml +++ b/specs/XKB/ch10.xml @@ -2113,8 +2113,8 @@ To receive XkbAccessXNotify events under all possible conditions, use XkbSelectEvents - (see section 4.3) and pass -XkbAccesXNotifyMask + (see section 4.3) and pass +XkbAccesXNotifyMask in both bits_to_change and @@ -2219,8 +2219,8 @@ locking, or unlocking of modifiers using KeyRelease events, though the auto-repeat can be detected using DetectableAutorepeat - (see section 10.3.3). Finally, -MouseKeys + (see section 10.3.3). Finally, +MouseKeys generates pointer events identical to those of the core pointer device. @@ -3205,8 +3205,8 @@ be added and removed from the server’s are removed from the server’s IgnoreLockMods control. -See section 7.1 for a discussion of virtual modifier masks to use in -affect_virtual +See section 7.1 for a discussion of virtual modifier masks to use in +affect_virtual and virtual_values. XkbSetIgnoreLockMods @@ -3404,8 +3404,8 @@ selected by both but not by virtual_values are removed from the server’s internal modifiers control. -See section 7.1 for a discussion of virtual modifier masks to use in -affect_virtual +See section 7.1 for a discussion of virtual modifier masks to use in +affect_virtual and virtual_values. XkbSetServerInternalMods @@ -3994,8 +3994,8 @@ using only those masks with "ok" in the repeat_interval are attributes of the RepeatKeys - control (see section 10.3.2). -repeat_delay + control (see section 10.3.2). +repeat_delay is the initial delay before a key begins repeating, in milliseconds; repeat_interval is the delay between subsequent key events, in milliseconds. @@ -4010,8 +4010,8 @@ repeat_delay slow_keys_delay is an attribute of the SlowKeys - control (see section 10.6.6). Its value specifies the -SlowKeys + control (see section 10.6.6). Its value specifies the +SlowKeys acceptance delay period in milliseconds before a key press is accepted by the server. @@ -4025,8 +4025,8 @@ server. debounce_delay is an attribute of the BounceKeys - control (see section 10.6.7). Its value specifies the -BounceKeys + control (see section 10.6.7). Its value specifies the +BounceKeys delay period in milliseconds for which the key is disabled after having been pressed before another press of the same key is accepted by the server. @@ -4059,10 +4059,10 @@ The ax_options field contains attributes used to configure two different controls, the StickyKeys - control (see section 10.6.8) and the -AccessXFeedback - control (see section 10.6.3). The -ax_options + control (see section 10.6.8) and the +AccessXFeedback + control (see section 10.6.3). The +ax_options field is a bitmask and may include any combination of the bits defined in Table 10.9.