ID:119299
 
Resolved
When an input control has focus, it will prevent Ctrl+C, Ctrl+V, Ctrl+X, and Ctrl+Z from being used as macros. In addition, Alt+F4 will not be processed as a macro.
BYOND Version:492
Operating System:Windows 7 Ultimate 64-bit
Web Browser:Firefox 7.0.1
Applies to:Dream Seeker
Status: Resolved (493)

This issue has been resolved.
Descriptive Problem Summary:
This problem specifically applies to Ctrl+C, Ctrl+V, and any other combinations that may work in a similar fashion. When trying to copy or paste text with these key combinations, macros will fire off instead. This happens whether the input/output box has focus or not.

Numbered Steps to Reproduce Problem:
Create a macro for C.
Use Ctrl+C to attempt to copy the text within input/output box.
The macro for C will fire and no text will be copied.

Code Snippet (if applicable) to Reproduce Problem:


Expected Results:
For copy (ctrl+c) to work when input has focus, and for the macro for c to fire when the input does not have focus.

Actual Results:
The macro for c fires regardless of circumstances.

Does the problem occur:
Every time? Or how often? Every time.
In other games? Any game I've tried so far.
In other user accounts? Yes.
On other computers? Yes.

When does the problem NOT occur?
I haven't noticed this problem when there's no macro for C in this specific case, but I could be wrong.

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked?
v489

Workarounds:
Right click the input/output box to copy/paste instead.