Jeff Parsons
|
3ba86bcbe5
|
Minor key-related documentation updates
|
2017-10-09 11:15:08 -07:00 |
|
Jeff Parsons
|
f0e32ad5ff
|
Don't convert \t to ctrl-i, \n to ctrl-j, or \r to ctrl-m (if you want those ctrl combinations, you must use \x1c, \x1d, or \x1e)
|
2017-09-30 20:19:37 -07:00 |
|
Jeff Parsons
|
40ead55c3f
|
Added support for injecting ctrl key combinations (A-Z, at any rate)
|
2017-09-30 19:37:54 -07:00 |
|
Jeff
|
585a6bdeff
|
Fixed Keyboard warning
|
2017-09-26 20:29:34 -07:00 |
|
Jeff Parsons
|
d5042dd5b2
|
Updated PCx86 examples with current version
|
2017-09-25 11:38:20 -07:00 |
|
Jeff Parsons
|
d52617b274
|
Updated PCx86 examples with current version
|
2017-09-25 11:37:53 -07:00 |
|
Jeff Parsons
|
7a871ee7a1
|
Fixed default keystroke injection delay
|
2017-09-24 18:33:54 -07:00 |
|
Jeff Parsons
|
22728fb7e9
|
v1.37.1: Fixed a CPU bug wherein resetting a running CPU could result in multiple runCPU() timeout handlers being created (there should never be more than one outstanding runCPU() setTimeout request); also modified the Keyboard component to use a CPU-driven timer instead of setTimeout() for keystroke injection, so that stopping/starting the CPU won't interfere with the injection process
|
2017-09-24 18:11:44 -07:00 |
|
Jeff Parsons
|
24c073a98e
|
Moved the PCx86 examples from /docs to /apps
|
2017-09-18 19:47:58 -07:00 |
|