BigCtrl
BigCtrl copied to clipboard
Alt+tab doesn't work well
Without commenting out the following region:
; This is necessary to prevent wierd bugs from occuring with the other
; modifier keys.
modifiersStr := "LWin*RWin*LAlt*RAlt*LShift*RShift"
StringSplit, modifiersArray, ModifiersStr, *
Loop %modifiersArray0%
{
key := modifiersArray%A_Index%
Hotkey, % "*"key, ModifierDown
Hotkey, % "*"key " up", ModifierUp
}
Alt+tab didn't work well. It starts the dialog to change the windows and doesn't let it disappear without pressing escape.
I implemented this in a fork:
https://code.google.com/p/ergoemacs/source/browse/ergoemacs/ergoemacs-keybindings/ahk-us.ahk
I do not know what "weird bugs" you were referring to..."
Since commenting this out, have you experienced any problems with using the other modifiers? If you have not experienced any problems, I will go ahead and remove this section.
I have experienced issues. On Jul 29, 2013 5:13 PM, "Ben Hansen" [email protected] wrote:
Since commenting this out, have you experienced any problems with using the other modifiers? If you have not experienced any problems, I will go ahead and remove this section.
— Reply to this email directly or view it on GitHubhttps://github.com/benhansenslc/BigCtrl/issues/1#issuecomment-21755973 .
Okay. Thanks for the reply. I am going to add a header to the readme mentioning this project is unstable and unmaintained for now.
Ok. I have incorporated it into ergoemacs keybindings. However, I haven'tgot it to work quite yet. On Jul 29, 2013 11:21 PM, "Ben Hansen" [email protected] wrote:
Okay. Thanks for the reply. I am going to add a header to the readme mentioning this project is unstable and unmaintained for now.
— Reply to this email directly or view it on GitHubhttps://github.com/benhansenslc/BigCtrl/issues/1#issuecomment-21768891 .