BigCtrl icon indicating copy to clipboard operation
BigCtrl copied to clipboard

Alt+tab doesn't work well

Open mattfidler opened this issue 11 years ago • 4 comments

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..."

mattfidler avatar May 14 '13 02:05 mattfidler

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.

benhansen-io avatar Jul 29 '13 22:07 benhansen-io

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 .

mattfidler avatar Jul 29 '13 22:07 mattfidler

Okay. Thanks for the reply. I am going to add a header to the readme mentioning this project is unstable and unmaintained for now.

benhansen-io avatar Jul 30 '13 04:07 benhansen-io

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 .

mattfidler avatar Jul 30 '13 04:07 mattfidler