From: root Date: Wed, 11 Aug 2004 03:56:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=8d31d573e558b0b0bf86ea5876a70a6056002344;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/doc/yodl/rxvtRef-keycodes.yo b/doc/yodl/rxvtRef-keycodes.yo index 78a5c681..877b7e13 100644 --- a/doc/yodl/rxvtRef-keycodes.yo +++ b/doc/yodl/rxvtRef-keycodes.yo @@ -1,9 +1,15 @@ -COMMENT(-- $Id: rxvtRef-keycodes.yo,v 1.2 2003-11-24 17:31:27 pcg Exp $ --) +COMMENT(-- $Id: rxvtRef-keycodes.yo,v 1.3 2004-08-11 03:56:50 root Exp $ --) label(KeyCodes) nsect(Key Codes) Note: bf(Shift) + bf(F1)-bf(F10) generates bf(F11)-bf(F20) +Note: Partial ISO 14755-support is implemented, that means that pressing +Control and Shift together enters unicode input mode. Entering hex +digits composes a Unicode character, pressing space or releasing the +modifiers commits the keycode and every other key cancels the current +input character. + For the keypad, use bf(Shift) to temporarily override Application-Keypad setting use bf(Num_Lock) to toggle Application-Keypad setting if bf(Num_Lock) is off, link(escape sequences)(ESCequals) toggle Application-Keypad setting. @@ -71,3 +77,6 @@ starttable(5)(l l l l l)(1)\ row(cell(XK_KP_8 )cell(8 )cell( )cell( )cell(ESC O x))\ row(cell(XK_KP_9 )cell(9 )cell( )cell( )cell(ESC O y))\ endtable() + +label(KeyCodes) +nsect(Key Codes)