PowerAccent
PowerAccent copied to clipboard
Messes with AutoHotkey shortcuts
I've made an AutoHotkey script to easily insert non-breaking spaces (Ctrl
+Shift
+SPACE
).
When Quick Accent is enabled, this shortcut either doesn't do anything, or inserts a 0.
I've tried using only Left/Right Arrow as an activation key, with no changes. I've also changed my shortcut to avoid using the Space key, with no changes either.
Here's the AutoHotkey script, for reference:
#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%
^+SPACE:: send {Asc 0160}
Indeed, I can reproduce the bug. Thanks for the feedback, we will take care of that.
It seems to have been fixed with the latest Powertoys release (0.62.1)