Search found 4 matches
- 28 Aug 2013, 00:29
- Forum: Support - bugs
- Topic: HIDMacros lost all configuration
- Replies: 2
- Views: 6670
Re: HIDMacros lost all configuration
I think I understand what happened. When I ran HIDMacros programmatically (instead of using the desktop shortcut), it has overwritten the settings file for some obscure reason. I fixed the Autohotkey script so that it now runs HIDMacros from a given location/folder, and now it seems to work ok: ; Ct...
- 28 Aug 2013, 00:12
- Forum: Support - bugs
- Topic: HIDMacros lost all configuration
- Replies: 2
- Views: 6670
HIDMacros lost all configuration
Because HIDMacros won't work with acccented chars, I created an AutoHotKey script to turn HIDMacros on/off when I need to write in other languages: ; Ctrl + F3 ⇒ Run HIDMacros ^F3:: Run C:\apps\HidMacros_21\HIDMacros.exe return ; Ctrl + Shift + F3 ⇒ Close HIDMacros +^F3:: process=HIDMacros.exe Proce...
- 21 Aug 2013, 12:30
- Forum: Support - bugs
- Topic: Accented chars (e.g. áéíóú) don't work with HID Macros
- Replies: 3
- Views: 11128
Re: Accented chars (e.g. áéíóú) don't work with HID Macros
Thanks Petr,
Please let me know if I can help with more info or anything else.
Cheers,
Ricardo
Please let me know if I can help with more info or anything else.
Cheers,
Ricardo
- 20 Aug 2013, 15:18
- Forum: Support - bugs
- Topic: Accented chars (e.g. áéíóú) don't work with HID Macros
- Replies: 3
- Views: 11128
Accented chars (e.g. áéíóú) don't work with HID Macros
Using: - Windows 8 - Display language: English - Input language: Portuguese (Brazil) - Keyboard layout: United States-International- Problem description: - To produce an accented char, you usually press the accent key (say, [~]) and the char key. - When HID macros is not running, everything works an...