Page 1 of 1

place where settings stored?

Posted: 26 Sep 2018, 02:35
by SL5
hi :) pls tell me where AHK-Studio is storing settings.
i have changed some hotkeys (more like
JetBrains Default Keymap style)

Re: place where settings stored?

Posted: 26 Sep 2018, 10:39
by SL5
i found inside lib/Menues.xml

Code: Select all

<menu name="&Duplicate Line" hotkey="^D" clean="Duplicate_Line"></menu>
<menu name="Delete Line" clean="Delete_Line" hotkey="^Y"></menu>

Code: Select all

<menu name="&Duplicate Line" hotkey="^!U" clean="Duplicate_Line"></menu>
<menu name="Delete Line" clean="Delete_Line" hotkey="^Y"></menu>
and it works. both hotkeys work for Duplicate Line
^!U
and
^D

next i tried
^!I its not duplicating line

^!U is not working anymore for duplicating line
but ^!I is also not working.
^D is working

anyway. i think, the shortcut are stored in the menues. right?

stored inside lib/Menues.xml . right?

Re: place where settings stored?

Posted: 24 Oct 2019, 09:41
by rediffusion
@SL5
May I ask why not you use ··· Alt+M > Edit Hotkeys ?

Re: place where settings stored?

Posted: 09 Dec 2019, 01:41
by SL5
rediffusion wrote:
24 Oct 2019, 09:41
@SL5
May I ask why not you use ··· Alt+M > Edit Hotkeys ?
i often need to reinstall it. or move it around. so i need a persistand config via a file.

Re: place where settings stored?

Posted: 10 Dec 2019, 09:42
by DaveT1
Hi,

Not sure if this is the correct topic to post this in, but......

I've just done a fresh download and install of AHK Studio (v1.005.26), but I still can't get options that I've selected to persist between AHK Studio sessions. In other words any selections I make in the list of Options (alt+@, options{return}) seem to get lost on the next session, but there are some 'pre-selected' Options that persist between sessions? I also tried setting up a toolbar, and this also works for the session it was set up in, but is lost next time I start AHK Studio. Can anyone help with this?

Thx in advance.