Skip to main content

Questions tagged [autohotkey]

AutoHotkey (AHK) is a free, open-source macro-creation and automation software for Microsoft Windows that allows users to automate repetitive tasks. It is driven by a scripting language that was initially aimed at providing keyboard shortcuts, otherwise known as hotkeys, that over time evolved into a full-fledged scripting language.

1 vote
1 answer
529 views

Accent characters cause a slight delay in hotkey's execution of Autohotkey

I want to use Ctrl+Alt+y as a keybinding for Ctrl+Right. ^!y:: Send ^{Right} In my keyboard, which is a Turkish F-keyboard, AltGr+y (or Ctrl+Alt+y) produces the accent character "``". Therefore, ...
Mert Nuhoglu's user avatar
  • 2,420
0 votes
2 answers
2k views

How to escape a modifier symbol to remap the key in Autohotkey?

I want to remap "<" key in Autohotkey. But "<" symbol is a modifier symbol. Therefore Autohotkey doesn't remap it like a normal key: CapsLock & <::Send {`&} How to escape a modifier ...
Mert Nuhoglu's user avatar
  • 2,420
2 votes
1 answer
1k views

Sending mouse click on the place where the caret stands with Autohotkey

I want to send a mouse click on the place where the caret stands in Keynote editor. Is this possible? I need this feature because Keynote requires the user to click a link with mouse. There is no ...
Mert Nuhoglu's user avatar
  • 2,420
16 votes
1 answer
25k views

How to combine three keys as a hotkey with Autohotkey?

I want to combine CapsLock Alt k keys in a single hotkey, such as this: CapsLock & !k:: Send !{Up} This doesn't work because Autohotkey doesn't allow the combination of more than two keys except ...
Mert Nuhoglu's user avatar
  • 2,420
1 vote
2 answers
2k views

Defining functions for the special keys on a keyboard in Windows 7 / XP

I hope I got a simple question right here for you: I have a new USB Keyboard with some special keys like "Home, Calculator, Browser, Back Forwared, etc.". When i plug it into a PC with Windows 7 it ...
Fake4d's user avatar
  • 155
0 votes
1 answer
106 views

Timing issue with autohotscript, fails to dump or open destination file

I've created a autohotscript to quickly dump selected text into my jot file on the Desktop and I think I'm facing a timing error. The script works like thus: Select text when reading a text file, ...
p2pnode's user avatar
  • 1,367
5 votes
3 answers
12k views

How to execute Outlook 2010 macro with AutoHotKey?

Having found that I can't bind custom keyboard shortcuts to macros I've written for Outlook 2010, I turned to AutoHotKey and have a working solution, but it's clumsy. Here is one script and I have two ...
Steve Crane's user avatar
  • 2,540
3 votes
2 answers
4k views

Create keyboard shortcuts to move/resize windows in Ubuntu

On windows I have a few AutoHotkey scripts that let me hit various key combinations to resize windows to particular pre-defined sizes, or move them to certain areas of the screen (or both). I'm ...
Herms's user avatar
  • 9,752
10 votes
7 answers
9k views

Prevent Windows Key from Opening Start Menu in Windows 7

I'd like to be able to stop the Windows Key from activating the Start Menu on Windows 7. I don't want to disable the Windows Key completely. I'd like Ctrl + Esc to still open the Start Menu. I know ...
Jeromy Anglim's user avatar
1 vote
2 answers
2k views

AutoHotKey - Is it possible to get the list of active windows and show it in grid form?

Is it possible to simulate a MAC feature which shows the list of active windows when we move the mouse sideways ? Also is there is a possiblity to toggle between windows with same title ? like if i ...
MNH's user avatar
  • 76
2 votes
2 answers
5k views

How to disable autohotkeys for specific programs

I have some autohotkey settings for my joystick that are set to work everywhere. However, there are two programs in which I don't want the joystick remapped. How can I modify my script to prevent ...
Phenom's user avatar
  • 6,657
13 votes
4 answers
7k views

Cannot get Windows snipping tool to auto run with AutoHotKey

I am trying to get Windows 7 sniping tool to run when I hit my PRINTSCREEN keyboard button with AUTOHOTKEY. I have been unsuccessful so far though. Here is what I have for the AutoHotKey script. ...
JasonDavis's user avatar
  • 5,042
5 votes
4 answers
5k views

Is there a command line (or autohotkey) way of dismounting a USB drive?

I find dismounting a USB drive takes far too many mouse clicks for my liking. Is there are command line way of doing it (XP and Vista)? Addition I have an eye condition that makes hand mouse ...
justintime's user avatar
  • 3,301
1 vote
2 answers
2k views

Keep cmd open after invokation of a cli application with Autohotkey

How can one keep the cmd window open after an invokation a cli application with Autohotkey? I need to see the program's output, but it exits and causes the window to vanish.
whatever's user avatar
1 vote
3 answers
2k views

Getting autohotkey to work with Opera

I want to use the following line in an autohotkey script: #IfWinActive, Opera But it doesn't work with the newest version of Opera. I don't think that it has a window name. So how can I get it to ...
Phenom's user avatar
  • 6,657

15 30 50 per page
1
85 86
87
88 89
91