Recording Macros not recording all keys (4.3)
Submitted by Wednesday, 23 December, 2009 - 19:38
on
I upgraded to the new release of 4.3, doing a temporary macro it does not register END/HOME in the macro.
eg:
abcdef
press home, type 111 pres end type 222. screen shows "111abcdef222"
macro shows only
textArea.setSelectedText("111222");
I had to get around this by binding a key to go to end of line/start of line.
I did not test what other keystrokes it was ignoring.
eg:
abcdef
press home, type 111 pres end type 222. screen shows "111abcdef222"
macro shows only
textArea.setSelectedText("111222");
I had to get around this by binding a key to go to end of line/start of line.
I did not test what other keystrokes it was ignoring.