| Author |
Message |
Topic: Mac Style Dvorak QWERTY Command Layout Switcher for Windows |
Long Bong
Replies: 35
Views: 13119
|
Forum: Scripts & Functions Posted: Fri Apr 02, 2010 2:58 pm Subject: Mac Style Dvorak QWERTY Command Layout Switcher for Windows |
So can it be used to remap hotkeys to a particular layout?
Yes. All the hotkeys will work as on qwerty. To achieve that, you need to place your qwerty hotkeys somewhere in my script. Unless it's Susp ... |
Topic: 7plus - Improve Explorer/Win, Launcher, Automation [AHK_L] |
Long Bong
Replies: 129
Views: 15771
|
Forum: Scripts & Functions Posted: Fri Apr 02, 2010 1:52 pm Subject: 7plus - Improve Explorer/Win, Launcher, Automation [AHK_L] |
| While running source code, Win + c (open cmd in current folder) doesn't work. Anything that needs current folder name or stuff doesn't work either. The problem seems to be somewhere inside GetCurrentF ... |
Topic: 7plus - Improve Explorer/Win, Launcher, Automation [AHK_L] |
Long Bong
Replies: 129
Views: 15771
|
Forum: Scripts & Functions Posted: Fri Apr 02, 2010 11:44 am Subject: 7plus - Improve Explorer/Win, Launcher, Automation [AHK_L] |
Thanks for fast reply.
The window slide option works fine if you move the cursor to the side and instantly 'bounce' from it a little.
Edit:
I have happily edited the shortcuts in the source code ... |
Topic: 7plus - Improve Explorer/Win, Launcher, Automation [AHK_L] |
Long Bong
Replies: 129
Views: 15771
|
Forum: Scripts & Functions Posted: Fri Apr 02, 2010 11:23 am Subject: 7plus - Improve Explorer/Win, Launcher, Automation [AHK_L] |
O.O
This is quite impressive. I've just realised how useful the functions of 7plus can be. However, when I tried to run the source code (AutoHotKey_L, the newest Unicode version), I happened to ... |
Topic: Mac Style Dvorak QWERTY Command Layout Switcher for Windows |
Long Bong
Replies: 35
Views: 13119
|
Forum: Scripts & Functions Posted: Fri Apr 02, 2010 12:40 am Subject: Mac Style Dvorak QWERTY Command Layout Switcher for Windows |
For those whose default keyboard is Dvorak or ANY non-qwerty layout this may become handy:
SetBatchLines -1
SleepDuration = 1
TimePeriod = 1
SC := "SC0x2 SC0x3 SC0x4 SC0x5 SC0x6 SC0 ... |
Topic: Portable Keyboard Layout |
Long Bong
Replies: 168
Views: 43608
|
Forum: Scripts & Functions Posted: Wed Mar 24, 2010 1:56 pm Subject: Portable Keyboard Layout |
I've tried Colemak long time ago for a week or two. I find Dvorak much better because of high hands alternation. Not all people like this, but I do.  |
Topic: Portable Keyboard Layout |
Long Bong
Replies: 168
Views: 43608
|
Forum: Scripts & Functions Posted: Tue Mar 23, 2010 3:18 pm Subject: Portable Keyboard Layout |
Well I was missing quite a lot. I use Dvorak layout. I mostly missed Control + [z, x, c, v] so yeah I find it very useful to have such option. The rest isn't as important as these 4 shortcuts, but ... |
Topic: how to reduce lines in this code |
Long Bong
Replies: 8
Views: 876
|
Forum: Ask for Help Posted: Sat Mar 20, 2010 10:40 pm Subject: how to reduce lines in this code |
Try this maybe ; work in any editor
FKeyNumber = 9
Loop, 3
{
j := A_Index
HotKey, ^+F%FKeyNumber%, HotKeyMaker
FKeyNumber += 1
}
return
HotKeyMaker:
Send ^a ... |
Topic: Portable Keyboard Layout |
Long Bong
Replies: 168
Views: 43608
|
Forum: Scripts & Functions Posted: Sat Mar 20, 2010 10:09 am Subject: Portable Keyboard Layout |
| After using PKL for a while I think it lacks Qwerty shortcuts. I've edited pkl_main.ahk file and it's easily achievable! The method is perfectly easy. Every time you press Ctrl, Alt or Win key (not Al ... |
Topic: Smart quotes script request. :-) |
Long Bong
Replies: 6
Views: 417
|
Forum: Ask for Help Posted: Tue Dec 29, 2009 8:24 pm Subject: Smart quotes script request. :-) |
Well, this could work, but it's not really what I wanted. The script should automatically detect which quote is needed (+ correct apostrophes).
(BTW, there is a } missing in your script). |
Topic: Smart quotes script request. :-) |
Long Bong
Replies: 6
Views: 417
|
Forum: Ask for Help Posted: Tue Dec 29, 2009 8:08 pm Subject: Smart quotes script request. :-) |
That's not the whole script. I can toggle it using \typography command.
The script:
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; ... |
Topic: Smart quotes script request. :-) |
Long Bong
Replies: 6
Views: 417
|
Forum: Ask for Help Posted: Tue Dec 29, 2009 6:43 pm Subject: Smart quotes script request. :-) |
Firstly, I would like to say 'hi' to all the users of this marvelous forum. This is my first post so I'm begging you for patience and tolerance.
Turning to the issue mentioned in the subject, I pol ... |
| |