Search found 4 matches

by zLynde
31 Dec 2019, 00:39
Forum: Notepad++
Topic: Setup Notepad++ for AutoHotkey
Replies: 167
Views: 514422

Re: Setup Notepad++ for AutoHotkey

Just FYI, since I spent way too long looking for a solution: In the current version of Notepad++ (7.8.2), there is a folder called autoCompletion, where you'll need to save the autocompletion xml file, instead of the plugins\APIs folder that was referenced in the original post. If this post saves on...
by zLynde
18 Feb 2019, 15:50
Forum: Ask for Help (v1)
Topic: Issue with Win + Arrow Key
Replies: 3
Views: 898

Re: Issue with Win + Arrow Key

I figured it out! The problem was indeed the fact that the winkey wasn't released, or more accurately, that the winkey was sent again whenever an arrow key was pressed. To fix it, I had to create a subroutine (which is completely new to me, but seems to be working) that the first loop handed off to ...
by zLynde
18 Feb 2019, 10:15
Forum: Ask for Help (v1)
Topic: Issue with Win + Arrow Key
Replies: 3
Views: 898

Re: Issue with Win + Arrow Key

You only send RWin Up when you release RCtrl - that might be an issue for the following key presses. i have been unable to achieve any effect using your script - so I sadly cannot help you any further with this script. Thanks for trying. That's an interesting thought. The problem is that if I send ...
by zLynde
18 Feb 2019, 00:10
Forum: Ask for Help (v1)
Topic: Issue with Win + Arrow Key
Replies: 3
Views: 898

Issue with Win + Arrow Key

TL;DR This script sends Win + Arrow twice, instead of once... So I've got my modifier keys remapped in Autohotkey, and I have kind of a weird want for the right control key. I basically want it to function as an alt key, except when an arrow key is pressed in addition to the RAlt key, in which case ...

Go to advanced search