Mercurial > pidgin.yaz
view console/libgnt/gntkeys.h @ 13947:25c55fb4b512
[gaim-migrate @ 16487]
Fix SF Bug #1517875
"The text replacement plugin is finally a good thing to
use. Unfortunately, it advertises case sensitivity
falsely. Try, for example, adding 'h' and 'H' as two
separate text replacements. ;-)"
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 11 Jul 2006 20:47:11 +0000 |
parents | a621329e8c85 |
children | ae4cbed1b309 |
line wrap: on
line source
#ifndef GNT_KEYS_H #define GNT_KEYS_H #define GNT_KEY_POPUP "[29~" /* Arrow keys */ #define GNT_KEY_LEFT "[D" #define GNT_KEY_RIGHT "[C" #define GNT_KEY_UP "[A" #define GNT_KEY_DOWN "[B" #define GNT_KEY_PGUP "[5~" #define GNT_KEY_PGDOWN "[6~" #define GNT_KEY_ENTER "\r" #define GNT_KEY_BACKSPACE "\177" #define GNT_KEY_DEL "[3~" #endif