AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 25 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Remap keys with registry tweaks from AHK script
AdamPash

Replies: 4
Views: 2803

PostForum: Ask for Help   Posted: Tue Apr 01, 2008 6:45 am   Subject: Remap keys with registry tweaks from AHK script
So to make sure I've got the format of the RegWrite command right: If the exported registry tweak looks like this:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
&qu ...
  Topic: Remap keys with registry tweaks from AHK script
AdamPash

Replies: 4
Views: 2803

PostForum: Ask for Help   Posted: Tue Apr 01, 2008 5:36 am   Subject: Remap keys with registry tweaks from AHK script
I've already asked for help [url=http://www.autohotkey.com/forum/viewtopic.php?t=30115&start=0&postdays=0&postorder=asc]fixing the AHK problem with remapping, and it seemed ...
  Topic: Remap keys with registry tweaks from AHK script
AdamPash

Replies: 4
Views: 2803

PostForum: Ask for Help   Posted: Mon Mar 31, 2008 3:00 am   Subject: Remap keys with registry tweaks from AHK script
I was wondering if it's at all possible to remap a key using a registry tweak (as discussed [url=http://www.autohotkey.com/docs/misc/Remap.htm#registry]here) from within an AHK script using the RegWri ...
  Topic: Disable Win-L to lock computer
AdamPash

Replies: 9
Views: 6736

PostForum: Ask for Help   Posted: Thu Mar 27, 2008 4:33 am   Subject: Disable Win-L to lock computer
It's somewhat of a hacky solution, but I worked everything out for what I needed. For what it's worth, here's how I did it:

I used KeyTweak to remap the LWin key to the LCtrl Key, then remapped the ...
  Topic: Disable Win-L to lock computer
AdamPash

Replies: 9
Views: 6736

PostForum: Ask for Help   Posted: Thu Mar 27, 2008 3:44 am   Subject: Disable Win-L to lock computer
Another issue I'm running into, possibly along different lines:

I'm also trying to remap Alt-Tab to the Windows key (since cmd-tab on a Mac is similar to alt-tab), so Win-Tab would do what Alt-Tab ...
  Topic: Disable Win-L to lock computer
AdamPash

Replies: 9
Views: 6736

PostForum: Ask for Help   Posted: Thu Mar 27, 2008 3:36 am   Subject: Disable Win-L to lock computer
I should maybe note that I'm running Vista in Boot Camp on a Mac, though I'm not sure that should really make a difference.

I want to remap the command key to ctrl (it's the Win key by default), s ...
  Topic: Disable Win-L to lock computer
AdamPash

Replies: 9
Views: 6736

PostForum: Ask for Help   Posted: Thu Mar 27, 2008 2:42 am   Subject: Disable Win-L to lock computer
I'm trying to remap the Windows key to the control key, and it works as expected in most instances, but for some reason, after a remap like this:

LWin::LCtrl

Hitting LWin-L still locks t ...
  Topic: Question about remapping keys
AdamPash

Replies: 3
Views: 446

PostForum: Ask for Help   Posted: Thu Mar 27, 2008 2:39 am   Subject: Question about remapping keys
After testing, it would seem that you always have to refer to the original key... good to know, thanks.
  Topic: Question about remapping keys
AdamPash

Replies: 3
Views: 446

PostForum: Ask for Help   Posted: Wed Mar 26, 2008 4:05 pm   Subject: Question about remapping keys
I'm running Vista in Boot Camp, so there shouldn't be any issues re: emulation.

Good idea on the test, though. When I get a chance, I'll try that out and see what happens.

Thanks,
Adam
  Topic: Question about remapping keys
AdamPash

Replies: 3
Views: 446

PostForum: Ask for Help   Posted: Wed Mar 26, 2008 7:19 am   Subject: Question about remapping keys
I'm building a script designed to do a lot of key remapping, but I'm running into some problems. Basically, I've got a MacBook Pro running Vista and I want to stick to my muscle memory on this laptop ...
  Topic: Scrollable Gui - Proof of Concept
AdamPash

Replies: 45
Views: 12005

PostForum: Scripts & Functions   Posted: Fri Feb 22, 2008 12:10 am   Subject: Scrollable Gui - Proof of Concept
That mouse scroll update worked like a charm, thanks a lot lexiKos!

I also included the up and down keys with the rest of the hotkeys to scroll the window using those (there's user input where that ...
  Topic: Scrollable Gui - Proof of Concept
AdamPash

Replies: 45
Views: 12005

PostForum: Scripts & Functions   Posted: Wed Feb 20, 2008 1:37 am   Subject: Scrollable Gui - Proof of Concept
Ah, sorry about that. It's based on lexiKos'.
  Topic: Scrollable Gui - Proof of Concept
AdamPash

Replies: 45
Views: 12005

PostForum: Scripts & Functions   Posted: Wed Feb 20, 2008 1:20 am   Subject: Scrollable Gui - Proof of Concept
This really is incredible, thanks a lot. It's perfect for a script I'm putting together right now. One question, though: Is it possible to get scrolling to work with the mouse scroll wheel? Or even fr ...
  Topic: Trouble resizing a GUI control
AdamPash

Replies: 3
Views: 488

PostForum: Ask for Help   Posted: Fri Jan 11, 2008 1:29 am   Subject: Trouble resizing a GUI control
Update: While the above didn't work, this did:

GuiControl, 2: Move , GUIObject , w70

Thanks Smile
  Topic: Trouble resizing a GUI control
AdamPash

Replies: 3
Views: 488

PostForum: Ask for Help   Posted: Fri Jan 11, 2008 1:25 am   Subject: Trouble resizing a GUI control
I'm trying to resize an existing GUI control using the following command:

ControlMove, 2: GUIObject,,,70,,

Basically, I want to resize an Edit control from 140 to 70 pixels. Here's the contr ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group