damienleroy / PowerAccent

Easily create accented letters with all type of keyboard (QWERTY, AZERTY, others...)
MIT License
118 stars 21 forks source link

Messes with AutoHotkey shortcuts #27

Open anghelos opened 2 years ago

anghelos commented 2 years ago

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}
damienleroy commented 2 years ago

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

anghelos commented 2 years ago

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