1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 12:21:20 +00:00
QB64-PE/source
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
..
global New default theme "Super dark blue". 2020-12-29 00:18:33 -03:00
ide Better Shift key support for quick key codes 2020-12-31 07:56:19 -05:00
subs_functions Fixes SUB calls like SHELL _HIDE command$ for $NOPREFIX use. Also: 2020-01-06 04:46:29 -03:00
utilities Improves binary QuickBASIC 4.5 converter. 2020-07-30 20:56:08 -03:00
icon.rc And, so it doesn't end up forgotten again, let's tweak it up for beta. 2020-02-14 21:14:18 -03:00
qb64.bas Adds warning when empty SELECT CASE block is found. 2020-12-18 02:17:57 -03:00
qb64.ico Proper embedding of qb64.ico into the Windows binary. 2016-09-04 12:12:30 -03:00