Commit Graph

22 Commits

Author SHA1 Message Date
Peter Åstrand
3486cb8a80 Removed the localstate keyword from translations using numlock. This
combination doesn't work very well, for a number of reasons. In
Windows, Shift+KP_key isn't the same thing as NumLock+KP_key. For
example, Shift+0x53 (the Delete key) actually means BackSpace! This
behaviour isn't expected in X11.

With this patch, rdesktop should now work just like most X11
applications, such as standard KDE apps. Additionally, it improves
compatibility with those environments that fakes NumLocks with Shifts,
such as Xvnc.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1227 423420c4-83ab-492f-b58f-81f9feb106b5
2006-04-18 14:47:31 +00:00
Peter Åstrand
5276690df1 Added base translation for acute.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@969 423420c4-83ab-492f-b58f-81f9feb106b5
2005-08-04 12:08:53 +00:00
Peter Åstrand
170fecf910 Added base translations for: asciitilde diaeresis asciicircum
apostrophe grave


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@968 423420c4-83ab-492f-b58f-81f9feb106b5
2005-08-04 11:49:34 +00:00
Peter Åstrand
eb2937c307 Added sequence definitions for keysyms that should be translated into
dead keys, like eacute.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@949 423420c4-83ab-492f-b58f-81f9feb106b5
2005-08-02 17:48:33 +00:00
Peter Åstrand
ccfee8c0ef Added 'localstate' to keypad symbols. Makes it possible to, for
example, mark text with shift and keypad arrows.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@910 423420c4-83ab-492f-b58f-81f9feb106b5
2005-06-07 11:31:41 +00:00
Michael Gernoth
facb92faa9 PrintScreen and Scroll Lock for SUNs view of the keysyms...
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@868 423420c4-83ab-492f-b58f-81f9feb106b5
2005-03-26 00:18:30 +00:00
Michael Gernoth
ab9ae2ed9b Fix F11 and F12 on Sun
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@867 423420c4-83ab-492f-b58f-81f9feb106b5
2005-03-25 11:42:06 +00:00
Peter Åstrand
454e01b591 Reverted to the old numlock-state code. The numlock sync can be enabled via new option -N
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@551 423420c4-83ab-492f-b58f-81f9feb106b5
2003-12-08 12:01:25 +00:00
Peter Åstrand
ee9d0add63 Re-worked numlock handling: Keeping remote numlock state in sync with local state
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@542 423420c4-83ab-492f-b58f-81f9feb106b5
2003-11-03 13:33:35 +00:00
Peter Åstrand
d86640d93c Added localstate to Return.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@286 423420c4-83ab-492f-b58f-81f9feb106b5
2003-01-02 10:55:01 +00:00
Peter Åstrand
595c4fca42 Added localstate to "Tab".
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@283 423420c4-83ab-492f-b58f-81f9feb106b5
2002-12-11 19:54:12 +00:00
Peter Åstrand
d2ff846ec5 Added translations for Sys_Req and Execute. Print has localstate flag.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@248 423420c4-83ab-492f-b58f-81f9feb106b5
2002-10-29 12:29:17 +00:00
Matt Chapman
b404804f57 Add less/greater/bar key to common, since it seems to be present on every
keyboard except US (or at least XFree86 thinks so).


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@235 423420c4-83ab-492f-b58f-81f9feb106b5
2002-10-18 13:11:39 +00:00
Matt Chapman
a66c05d4c3 Minor changes
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@233 423420c4-83ab-492f-b58f-81f9feb106b5
2002-10-16 14:49:21 +00:00
Peter Åstrand
362b8cd169 Added KP_Separator as alias for KP_Decimal.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@228 423420c4-83ab-492f-b58f-81f9feb106b5
2002-10-11 14:29:10 +00:00
Peter Åstrand
ec201c56a0 Correct scancodes for KP_Decimal and KP_Delete.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@227 423420c4-83ab-492f-b58f-81f9feb106b5
2002-10-11 14:24:13 +00:00
Peter Åstrand
85c1a03f7d Added localstate to space.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@180 423420c4-83ab-492f-b58f-81f9feb106b5
2002-09-17 16:54:04 +00:00
Peter Åstrand
2a495de6e8 Inhibited keys are defined in keymap files; not hardcoded
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@115 423420c4-83ab-492f-b58f-81f9feb106b5
2002-09-11 11:11:27 +00:00
Peter Åstrand
a2079a94c4 Added ISO_Left_Tab (for Tab+shift).
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@85 423420c4-83ab-492f-b58f-81f9feb106b5
2002-07-31 06:52:54 +00:00
Peter Åstrand
df8c2e47ce Added "localstate" support to keymapping: Send local modifier state. This fixes problems with Shift-Home etc
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@68 423420c4-83ab-492f-b58f-81f9feb106b5
2002-07-27 22:35:38 +00:00
Peter Åstrand
2dd151bd20 Merged new keysym-based keyboard handling (from alt. CVS repos)
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@65 423420c4-83ab-492f-b58f-81f9feb106b5
2002-07-18 18:28:12 +00:00
Matt Chapman
478c36c13b Committing my keymap work - unlike the version in the unified patches,
this one uses external keymap files (which are my preference).


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@37 423420c4-83ab-492f-b58f-81f9feb106b5
2002-04-04 12:04:33 +00:00