nickysn
|
db8f3eb0a7
* use x:=NilEnhancedKeyEvent instead of FillChar for setting an enhanced key
|
6 年之前 |
nickysn
|
1d2414a2b8
+ added the NilEnhancedKeyEvent const (equivalent to the value 0 of TKeyEvent)
|
6 年之前 |
nickysn
|
4212b6a92f
+ add svn:needs-lock to kbd_us.ods, because it's a binary file (and therefore,
|
6 年之前 |
nickysn
|
e1e52e334d
+ added color codes for the keys
|
6 年之前 |
nickysn
|
d65d96d49f
* right justify text columns in spreadsheet
|
6 年之前 |
nickysn
|
33c7d4c67d
+ added the lalt+lshift bios keycode dump to the spreadsheet
|
6 年之前 |
nickysn
|
98e77922bf
* .bdf files renamed .bios.txt
|
6 年之前 |
nickysn
|
c632b23234
* the 'left ctrl + left shift' column moved to the right of 'right ctrl'
|
6 年之前 |
nickysn
|
71c55b4e53
+ added bios key dump with the left alt and left shift combination pressed
|
6 年之前 |
nickysn
|
d6d4c68c86
- removed the executable flag from the *.bdf files
|
6 年之前 |
nickysn
|
bbe65d06b9
+ added a LibreOffice spreadsheet with the BIOS key codes, as dumped in the .bdf files
|
6 年之前 |
nickysn
|
72919d64ef
+ added BIOS int 16h keycode dumps
|
6 年之前 |
nickysn
|
3101c29dba
+ added a keyboard BIOS dump tool
|
6 年之前 |
nickysn
|
ba4d10ade0
+ initial implementation of a windows key event to TEnhancedKeyEvent conversion function
|
6 年之前 |
nickysn
|
58d899bf75
- removed redundant setting of result in TranslateKey
|
6 年之前 |
nickysn
|
28235033d7
* switch to using ReadConsoleInputW instead of ReadConsoleInputA in the windows
|
6 年之前 |
nickysn
|
d38e97c661
+ added a keyboard dump using the Bulgarian Phonetic Traditional keyboard layout and code page 866
|
6 年之前 |
nickysn
|
aefe3d8c55
+ added kbd dump file with num lock on
|
6 年之前 |
nickysn
|
91766375c7
+ added keyboard dumps, obtained with FPC 3.0.4 under Windows, using the US keyboard locale
|
6 年之前 |
nickysn
|
12e66de0a6
+ added an interactive keyboard test
|
6 年之前 |
nickysn
|
f964dacd24
* moved some drawing routines to a new unit 'vidutil'
|
6 年之前 |
nickysn
|
a7e13587a0
+ added a keyboard dump test tool
|
6 年之前 |
nickysn
|
e7ea79d71d
* show all details about the key event, without using KeyEventToString (because it
|
6 年之前 |
nickysn
|
c10c9607f1
+ also invoke TranslateKey to get more data (either Ascii or virtual key translation)
|
6 年之前 |
nickysn
|
c5e35e8d11
* write physical key numbers both in decimal and hex
|
6 年之前 |
nickysn
|
eb30bfa9f0
* print ASCII characters better
|
6 年之前 |
nickysn
|
bd1de8c3f5
* Synchronize with trunk
|
6 年之前 |
nickysn
|
59aeb82603
+ slight fixes and improvements to the test
|
6 年之前 |
nickysn
|
82b2e8a080
+ added an interactive keyboard unit test
|
6 年之前 |
nickysn
|
aa7bddc621
+ added tests directory
|
6 年之前 |