

Is there a better alternative?ĪutoHotkey is an open-source and easy to use tool. This software can run AutoIt v2 scripts and convert script files into EXE. Once acquainted with AutoHotkey you configure your clipboard and customize your menu items. Some of them are remap keys, editing soundcard settings, and transforming your keyboard into a mouse. The software comes with other features as well. If you would type in ‘btw,’ for example, this software will display the full form of the abbreviation. This allows you to focus on the task itself, rather than on details and technicalities of the writing process.ĪutoHotkey expands abbreviations automatically. The syntax of the program is designed flexibly. Any input combination has the potential to become a hotkey. You create almost anything with keystrokes and mouse-clicks. You can see how their code works whenever you wish. This means that using this tool is free of charge. Even if you are not familiar with the software, you will be amazed how easy it is to use.ĪutoHotkey is open-source software.


It allows you to create small and complex scripts on your computer. The code posted above is actually working if i press double tap simultaneously ( alt + d ) + ( alt + d ).Start using this tool now and create hotkeys for your joystick, keyboard, mouse, and any form of remote control that you prefer.ĪutoHotkey is a scripting language for Windows. If (A_PriorHotKey = A_ThisHotKey and A_TimeSincePriorHotkey < 400) Menu, PS_Grouping, Add, Cancel, close_context

Menu, PS_Grouping, Add, Ruler, ruler_command Menu, PS_Grouping, Add, Grid, grid_command I tried adding AltGr before executing the sublabeled routine because ive read somewhere that pressing those keys will automatically close the context menu Now my problem the line after If (A_PriorHotKey = A_ThisHotKey and A_TimeSincePriorHotkey < 400) While still holding alt ( modifier key ) i will double tap ( d keys ) so that context menu will close and execute the sub labeled routine. By pressing the combination of ( alt + d ) a context menu will popup.
