PowerAccent icon indicating copy to clipboard operation
PowerAccent copied to clipboard

Messes with AutoHotkey shortcuts

Open anghelos opened this issue 2 years ago • 2 comments

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}

anghelos avatar Sep 12 '22 15:09 anghelos

Indeed, I can reproduce the bug. Thanks for the feedback, we will take care of that.

damienleroy avatar Sep 15 '22 22:09 damienleroy

It seems to have been fixed with the latest Powertoys release (0.62.1)

anghelos avatar Sep 16 '22 00:09 anghelos