1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-07 16:50:24 +00:00
qb64/source/ide
SteveMcNeill 879e4cbd33 Better Shift key support for quick key codes
Now you can CTRL-K, hit SHIFT, then another key, and get the modified key code.  (Such as SHIFT-A would give 97 instead of 65, depending on CAPSLOCK state.)  A SHIFT down, then SHIFT up (without hitting  another key), returns the value for that SHIFT key.  (100303 or 100304, depending on which shift key was hit and released.)
2020-12-31 07:56:19 -05:00
..
wiki Properly render help files in Windows 2020-01-20 16:50:58 -03:00
ide_global.bas Allows disabling the Syntax Highlighter entirely (Options menu). Also: 2020-12-28 23:35:00 -03:00
ide_methods.bas Better Shift key support for quick key codes 2020-12-31 07:56:19 -05:00