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 12 matches
AutoHotkey Community Forum Index
Author Message
  Topic: How do you ouput the original key instead of your remap?
bbint

Replies: 2
Views: 108

PostForum: Ask for Help   Posted: Sat Nov 21, 2009 10:58 am   Subject: How do you ouput the original key instead of your remap?
sweet!
Thanks a_h_k

I saw the $ in the documentation, but there were no examples, so I was doing this:

1::
Send $1
Sleep 50
Send $2
return

haha I suck
  Topic: How do you ouput the original key instead of your remap?
bbint

Replies: 2
Views: 108

PostForum: Ask for Help   Posted: Sat Nov 21, 2009 9:39 am   Subject: How do you ouput the original key instead of your remap?
Here's a partial piece of a hotkey I have


1::
Send 1
Sleep 50
Send 2
return



I want to get the number 12, but it doesn't work
I only get the 2

Besides simply using another k ...
  Topic: Focus and Highlighting of Search results in AHK forum
bbint

Replies: 3
Views: 260

PostForum: Ask for Help   Posted: Sat Nov 21, 2009 1:11 am   Subject: Focus and Highlighting of Search results in AHK forum
I see
I still think it would be better if we could have the option of seeing the highlighted words in the results page instead of having to open one of the results

URL of first page of results:
h ...
  Topic: Focus and Highlighting of Search results in AHK forum
bbint

Replies: 3
Views: 260

PostForum: Ask for Help   Posted: Fri Nov 20, 2009 8:56 pm   Subject: Focus and Highlighting of Search results in AHK forum
I did a search query with the term “blind” because I wanted to see examples of the {Blind} being used
In the search results, “blind” isn’t being highlighted
I could’ve sworn that search results were ...
  Topic: Remapped key to key - How remap key to old key and not new
bbint

Replies: 1
Views: 205

PostForum: Ask for Help   Posted: Tue Aug 11, 2009 7:40 pm   Subject: Remapped key to key - How remap key to old key and not new
I remapped dash to execute pagedown
I want to make F8 send a dash, but F8 executes pagedown instead

-::Send {PgDn}
F8::-


how do I make it so that F8 sends a dash ...
  Topic: A hotkey to Pause a loop and Unpause it doesn't work.. why?
bbint

Replies: 1
Views: 239

PostForum: Ask for Help   Posted: Sun Jul 19, 2009 7:36 pm   Subject: A hotkey to Pause a loop and Unpause it doesn't work.. why?

1::
Loop 30 ; I'm plan on viewing 30 power point slides hands-free
{
sleep 50000 ; I give myself 50 seconds to view the slide
send {PgDn} ; it automatically moves to the n ...
  Topic: Is there any way to get Shift to toggle like Caps lock?
bbint

Replies: 6
Views: 1237

PostForum: Ask for Help   Posted: Tue Jun 09, 2009 11:56 pm   Subject: Is there any way to get Shift to toggle like Caps lock?
last noob question.. is sinkfaze's code supposed to work if I just copy and paste that?

$%A_LoopField%
PressKey

am I supposed to replace any of those?

thanks
  Topic: Is there any way to get Shift to toggle like Caps lock?
bbint

Replies: 6
Views: 1237

PostForum: Ask for Help   Posted: Mon Jun 08, 2009 8:35 pm   Subject: Is there any way to get Shift to toggle like Caps lock?
Right now, I need 2 buttons:

Shift::Send {Shift down}
LCtrl::Send {Shift up}

I’d like to be able to press shift, press the buttons that I want shift-modified ...
  Topic: Way to make a hotkey that closes all current scripts?
bbint

Replies: 6
Views: 442

PostForum: Ask for Help   Posted: Sat May 30, 2009 8:28 pm   Subject: Way to make a hotkey that closes all current scripts?
Is there a way to make a hotkey that closes all current scripts and opens a new script?

I have a script for firefox and I sometimes overlap that script with another script for certain web applicati ...
  Topic: AppsKey::LButton gets stuck after I select things
bbint

Replies: 3
Views: 315

PostForum: Ask for Help   Posted: Thu Jan 01, 2009 9:46 am   Subject: AppsKey::LButton gets stuck after I select things
I figured it out.. it was my use of the Ctrl button

Appskey::Send {LButton}
RCtrl::Send {RButton}

Sometimes, for some reason, Ctrl gets activated
If you hol ...
  Topic: Script won't compile to .EXE
bbint

Replies: 12
Views: 920

PostForum: Ask for Help   Posted: Sun Dec 07, 2008 9:43 pm   Subject: Script won't compile to .EXE
convert .ahk to .exe" option in the start menu

using that instead of the context menu fixed it for me
  Topic: AppsKey::LButton gets stuck after I select things
bbint

Replies: 3
Views: 315

PostForum: Ask for Help   Posted: Wed Sep 17, 2008 8:01 pm   Subject: AppsKey::LButton gets stuck after I select things
http://i37.tinypic.com/28a2uqq.png

Is this ever an issue for people who try to remap a keyboard button to a mouse button?

http://i36.tinypic.com/2ntd4ls.png
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group