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.

130 votes
12 answers
302k views

How can I open a command prompt in current folder with a keyboard shortcut?

How can I open a command prompt in current folder with a keyboard shortcut in Windows 7? Is there any way to implement this? I think Autohotkey could do this, but don't know how.
Gemili's user avatar
  • 1,403
49 votes
4 answers
108k views

How can I record macros for Autohotkey? [closed]

I used a macro recorder for AutoHotkey in the past, but now I can't seem to find it at all. How can I record macros for Autohotkey?
Karsten's user avatar
  • 898
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
60 votes
5 answers
73k views

"Select to Copy and Middle Click to Paste" in Windows

Is there any application to mimic the "Select to Copy and Middle Click to Paste" behaviour in Windows? I was hoping to find an AutoHotkey script for this, but I couldn't. Maybe someone here could ...
swamplord's user avatar
  • 1,068
17 votes
6 answers
17k views

AutoHotKey equivalent on Mac

I am looking for a Mac application similar to AutoHotkey. What are the best Mac applications in this category?
Think Floyd's user avatar
12 votes
4 answers
10k views

Switch Ctrl and Alt with AutoHotKey without messing up the Alt-Tab switcher?

I want to switch the Ctrl and Alt keys in Windows XP. I created an AutoHotKey script that contains the following: LAlt::LCtrl RAlt::RCtrl LCtrl::LAlt RCtrl::RAlt This works, but the only problem ...
dvcolgan's user avatar
  • 824
2 votes
3 answers
6k views

AutoHotkey scrolling & middle click & mouse acceleration

Problems Assume a Windows 7 machine, especially a laptop. No mouse driver allows holding down the right mouse button and moving the mouse to scroll, and yet retain the right mouse button ...
user21820's user avatar
  • 277
64 votes
5 answers
67k views

Ctrl+Backspace inserts a small box instead of erasing

When I press Ctrl+Backspace, sometimes a small square is inserted, instead of the entire word being erased. The problem only happens in some text boxes; in others the shortcut works like it should. ...
user avatar
21 votes
2 answers
74k views

Swapping Function (Fn) and Control (Ctrl) Keys on Lenovo ThinkPad W500

I'd like to swap the Fn and Ctrl keys on my ThinkPad W500 (like many others! See: How can I switch the function and control keys on my laptop? and Intercepting the Fn key on laptops) Numerous folks ...
Howiecamp's user avatar
  • 1,578
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
9 votes
5 answers
11k views

Is there an AutoHotKey for Ubuntu?

I would like to simulate keyboard combinations. I am able to do this on Windows with AutoHotKey. Is there an equivalent app for Ubuntu?
lipton's user avatar
  • 899
6 votes
5 answers
6k views

How do I send a keyboard layout switch event with autohotkey in Windows 7?

I want to remap the keyboard layout/language switching to Win+Space, I tried it with: LWin & Space::Send, ^+ But it doesn't seem to work, I would want it to send a Ctrl+Shift sequence so ...
Void's user avatar
  • 493
5 votes
6 answers
3k views

How to replace LaTeX commands with Unicode symbols?

Often, during a conversation or an email, or at a forum, I would like to type some math, but I don't need full equation support. Unicode symbols should suffice. What I need is an easy way to type ...
Elazar Leibovich's user avatar
4 votes
6 answers
4k views

Autohotkey: Use Space + Alt + q to trigger actions

I have some actions defined in an Autohotkey script and I want to run it whenever I press SPACE+Alt+Q. How can I do it? I have read that space has some issues, because it is already used by AHK to ...
litu16's user avatar
  • 153
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

15 30 50 per page
1
2 3 4 5
11