Actions
Bug #431
openPUT KEY not working
Start date:
08/04/2020
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
It doesn't work in either mode. This should type 'test' into the input line for you:
clear key
put key "test"
input a$
Updated by Brian Flanagan over 4 years ago
- Status changed from New to In Progress
It appears that it is doing everything except actually processing the keys.
Updated by Paul Kitching about 4 years ago
- Affected version changed from 0.9.9.4 to Beta 1
Still not working in Beta 1
Updated by Brian Flanagan almost 4 years ago
- Estimated time set to 1:00 h
- Affected version changed from Beta 1 to Beta 2
Tested in newest Beta 2 version.
Still fails.
Updated by Paul Kitching over 3 years ago
- Affected version changed from Beta 2 to 1.0.0 (B4)
Still fails.
Updated by Paul Kitching over 3 years ago
- Affected version changed from 1.0.0 (B4) to 1.0.0 (B8) u15
Still not working in B8 Update 15
Updated by Brian Flanagan about 3 years ago
- Affected version changed from 1.0.0 (B8) u15 to 1.0.0 (B10) u16
Put Key is partially working now.
You can put a SINGLE key into the input buffer.
It will only get the last character in the string you send to the input buffer though.
Example:
Put Key "This"
The above will only send "s" to the input buffer.
Updated by Paul Kitching about 3 years ago
I'm not getting anything sent to the buffer in Beta 10.
Updated by Paul Kitching about 3 years ago
I think the input command is clearing the buffer, as I've tried typing before an input and it's always empty when the input line appears. I'll log that as another bug.
Actions