Commit Graph

19 Commits

Author SHA1 Message Date
René Genz
9e99dd52d6 Fix minor spelling mistakes 2017-11-02 01:01:44 +01:00
Peter Åstrand
bbeb187681 When modifiers are used and a key is released, the generated keysym
might be different from the one generated when the key was
pressed. This can happen if the user physically releases the modifier
key before the symbol key. It can also happen with VNC servers such as
Xvnc, since it only "fakes" the correct modifiers during key
presses. So, we must remember which keysym that was used during the
key press, and use the same on release, otherwise keys such as the
Windows key can be stuck activated. 



git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1512 423420c4-83ab-492f-b58f-81f9feb106b5
2009-09-17 13:52:04 +00:00
Peter Åstrand
ecd9eeeaa6 Added hint of how to test egrave sequence.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1511 423420c4-83ab-492f-b58f-81f9feb106b5
2009-09-17 12:42:36 +00:00
Peter Åstrand
9866572002 We still had some problems with the shift key getting stuck. The new
code makes sure that we restore "faked" modifiers both after press and
release. It's also shorter.

I've added two new test cases to the doc as well.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1418 423420c4-83ab-492f-b58f-81f9feb106b5
2007-10-08 12:34:05 +00:00
Jay Sorg
2a1a0fa324 added a test case for moifiers
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1405 423420c4-83ab-492f-b58f-81f9feb106b5
2007-05-04 03:27:28 +00:00
Peter Åstrand
2b39b63722 Added some test cases.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1219 423420c4-83ab-492f-b58f-81f9feb106b5
2006-04-07 22:36:12 +00:00
Peter Åstrand
86091fb5f5 Clarified what the numlock flag means.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1215 423420c4-83ab-492f-b58f-81f9feb106b5
2006-04-07 14:19:46 +00:00
Peter Åstrand
8882a06591 It is now possible to specify keyboard type, subtype and number of functionskeys. From patch #974509, by Dekaino.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@963 423420c4-83ab-492f-b58f-81f9feb106b5
2005-08-03 11:30:53 +00:00
Peter Åstrand
c04f1dc310 Implemented support for keyboard "sequences", which makes it possible to send multiple scancodes to the RDP server in response to one X11 keyboard event.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@948 423420c4-83ab-492f-b58f-81f9feb106b5
2005-08-02 15:07:35 +00:00
Peter Åstrand
9a8b900051 Recommend mapping the Windows keys to Super; not Hyper.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@751 423420c4-83ab-492f-b58f-81f9feb106b5
2004-08-22 14:25:38 +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
da38a26f3e Better english, or something like that.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@454 423420c4-83ab-492f-b58f-81f9feb106b5
2003-08-31 20:00:22 +00:00
Peter Åstrand
3230716547 Documented fullscreen toggle keys and windows keys.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@453 423420c4-83ab-492f-b58f-81f9feb106b5
2003-08-31 19:59:21 +00:00
Peter Åstrand
11569c322f Added URL to scancode howto.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@433 423420c4-83ab-492f-b58f-81f9feb106b5
2003-07-09 07:26:14 +00:00
Peter Åstrand
eb45995b16 We use RFC1766 now; update doc.
Added note about writing keymap files.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@271 423420c4-83ab-492f-b58f-81f9feb106b5
2002-11-19 13:59:56 +00:00
Peter Åstrand
546b0139b2 Added note about keymap files naming.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@166 423420c4-83ab-492f-b58f-81f9feb106b5
2002-09-16 18:54:50 +00:00
Peter Åstrand
46ef23bfde Type fix: There are four types of lines.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@165 423420c4-83ab-492f-b58f-81f9feb106b5
2002-09-16 18:20:33 +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
ee2699d888 Added keymapping doc
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@103 423420c4-83ab-492f-b58f-81f9feb106b5
2002-09-01 10:22:14 +00:00