1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Keyboard handling patch from RDB: the Windows Application key is now

always Compose (we have no better use for it), and Ctrl-Alt can be
made to act like AltGr (but it's never Compose even when AltGr is).

[originally from svn r1033]
This commit is contained in:
Simon Tatham
2001-04-09 12:52:43 +00:00
parent 9d9ca5300a
commit d2369721bb
4 changed files with 51 additions and 28 deletions

View File

@ -205,6 +205,7 @@ typedef struct {
int scroll_on_key;
int scroll_on_disp;
int compose_key;
int ctrlaltkeys;
char wintitle[256]; /* initial window title */
/* Terminal options */
int savelines;