You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I experienced an issue in firefox. I want a hotkey that types console.log().
The following macro works well in vscode, but neither in firefox, terminal or gedit: key(c).key(o).key(n).key(s).key(o).key(l).key(e).key(period).key(l).key(o).key(g).modify(Shift_L,key(8)).modify(Shift_L,key(9))
(please note, that I'm using hungarian layout where shift 8 and 9 are opening and closing of Parenthesis instead of 9 and 0)
This is being printed instead: Console.log89
It looks like shift alternator is applied in the beginning instead of the last two characters.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I experienced an issue in firefox. I want a hotkey that types
console.log()
.The following macro works well in vscode, but neither in firefox, terminal or gedit:
key(c).key(o).key(n).key(s).key(o).key(l).key(e).key(period).key(l).key(o).key(g).modify(Shift_L,key(8)).modify(Shift_L,key(9))
(please note, that I'm using hungarian layout where shift 8 and 9 are opening and closing of Parenthesis instead of 9 and 0)
This is being printed instead:
Console.log89
It looks like shift alternator is applied in the beginning instead of the last two characters.
Any idea?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions