From 5e9a0de7ca33e96183ad4d2c32bbe94a3958d510 Mon Sep 17 00:00:00 2001 From: Reginald Kennedy Date: Fri, 9 May 2014 15:17:11 +0800 Subject: [PATCH] =?utf8?q?Fix=20man=20page=20to=20use=20escape=20codes=20for?= =?utf8?q?=20aring=20=C3=A5=20and=20pi=20=CF=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- spectrwm.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spectrwm.1 b/spectrwm.1 index c4f7169..2859e34 100644 --- a/spectrwm.1 +++ b/spectrwm.1 @@ -838,16 +838,16 @@ specify MOD as the modifier key. .Pp Multiple key combinations may be bound to the same action. .Pp -To bind non-latin characters such as å or π you must enter the xkb +To bind non-latin characters such as \[oa] or \[*p] you must enter the xkb character name instead of the character itself. Run xev, focus the window and press the specific key and in the terminal output read the symbol name. -In the fallowing example for å: +In the fallowing example for \[oa]: .Bd -literal -offset indent KeyPress event, serial 41, synthetic NO, window 0x2600001, root 0x15a, subw 0x0, time 106213808, (11,5), root:(359,823), state 0x0, keycode 24 (keysym 0xe5, aring), same_screen YES, - XLookupString gives 2 bytes: (c3 a5) "å" - XmbLookupString gives 2 bytes: (c3 a5) "å" + XLookupString gives 2 bytes: (c3 a5) "\[oa]" + XmbLookupString gives 2 bytes: (c3 a5) "\[oa]" XFilterEvent returns: False .Ed .Pp -- 1.7.10.4