This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; KeypressOSD.ahk | |
| ;-------------------------------------------------------------------------------------------------------------------------- | |
| ; ChangeLog : v2.22 (2017-02-25) - Now pressing same combination keys continuously more than 2 times, | |
| ; for example press Ctrl+V 3 times, will displayed as "Ctrl + v (3)" | |
| ; v2.21 (2017-02-24) - Fixed LWin/RWin not poping up start menu | |
| ; v2.20 (2017-02-24) - Added displaying continuous-pressed combination keys. | |
| ; e.g.: With CTRL key held down, pressing K and U continuously will shown as "Ctrl + k, u" | |
| ; v2.10 (2017-01-22) - Added ShowStickyModKeyCount option | |
| ; v2.09 (2017-01-22) - Added ShowModifierKeyCount option | |
| ; v2.08 (2017-01-19) - Fixed a bug |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
| <data> | |
| <vid>1390</vid> | |
| <pid>249</pid> | |
| <select_profile>0</select_profile> | |
| <profile> | |
| <profname>default</profname> | |
| <lbutton>1</lbutton> | |
| <rbutton>2</rbutton> | |
| <tbutton>5</tbutton> |