aboutsummaryrefslogtreecommitdiffstats
path: root/doc/keyboard-test.txt
Commit message (Collapse)AuthorAgeFilesLines
* Document tests for server keyboard handlingPierre Ossman2018-10-191-0/+37
|
* Clarify some keyboard test detailsPierre Ossman2018-10-191-5/+9
|
* Update keyboard test doc for shift on WindowsPierre Ossman2018-03-081-1/+1
| | | | | Shift key handling was improved in 30b3f92, but the test documentation wasn't updated.
* Handle Ctrl+AltGr on WindowsPierre Ossman2018-03-081-2/+2
| | | | | Improve AltGr detection even further on Windows so we can detect the case when Ctrl and AltGr are pressed together.
* Better detection of AltGr on WindowsPierre Ossman2018-03-081-5/+2
| | | | | | Try to properly detect the fake CtrlL+AltR sequence Windows sends when pressing AltGr. This allows us to send more accurate key events over to the server.
* Update keyboard test notes for raw keyboard modePierre Ossman2017-09-181-4/+20
|
* Add keyboard test notes for LED state handlingPierre Ossman2017-09-181-1/+12
|
* Clarify some keyboard testsPierre Ossman2016-06-101-3/+3
|
* Update keyboard test routine with known issuesPierre Ossman2016-06-101-18/+21
|
* Separate out OS X specific keysPierre Ossman2016-06-101-3/+5
|
* Improve list of dead keysPierre Ossman2016-06-101-3/+9
| | | | | Add some more dead keys that we've noticed, and clarify the naming on some existing ones.
* Make sure we test for MetaPierre Ossman2016-06-101-0/+1
| | | | | We now treat Meta as an independent key, so make sure our test routines actually verify that it works.
* Put all numpad tests in the same sectionPierre Ossman2016-06-101-4/+3
|
* Add useful tips to keyboard test routinePierre Ossman2016-06-101-0/+19
|
* Meta no longer sends Super.Peter Åstrand (astrand)2015-10-141-1/+1
| | | | Since 83e019f599f409d60c12a3c0096f6b6d228d9fb1.
* Handle PrintScreen and SysReq on WindowsPierre Ossman2014-09-301-0/+1
| | | | | | This key requires a bit extra care on Windows. We get wildly different messages depending on if Alt is pressed or not. The symbol chosen now follows the standard behaviour on X11.
* Document test cases for testing the keyboard handlingPierre Ossman2014-09-171-0/+107