dual
dual copied to clipboard
[ABANDONED] Dual is an AutoHotkey script that lets you define dual-role modifier keys easily.
First, thank you for your code - i cant live without dual role keys, and your script is only working solution on windows. Is use dual as BigCtrl replacememnt -...
Bug report Hi, first of all thank you very much for your awesome code! I'm trying to achieve the following: - Alt keys to produce Ctrl when held down and...
is it possible to make hot stings like : ```` tht::that btw::by the way ```` work with dual ? thanks and dual saved my hands ! you are doing gods...
The standard Windows Alt-TAB behavior stops working altogether when I include defaults.ahk. If I edit defaults.ahk to comment out `Tab` from the list of combo keys, it works normally again....
As described in the [limitations in the readme](../#limitations).
If you have many windows of the same application open, in Windows 7 you can press Windows+num several times to focus each window of the same application. This does not...
Pressing e while holding j opens Windows Explorer (default hotkey). It should show a message box: ``` dual := new Dual *j:: *j UP::dual.combine("RWin", A_ThisHotkey) #e::MsgBox Win-E ``` Combination that...
[BigCtrl](https://github.com/benhansenslc/BigCtrl) (which dual is inspired by) uses `Critical` in the main key labels. It also uses high process priority. I wonder if they make any difference.