ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: Alt-Tab with AltGr-.

(1/5) > >>

me_7834539:
Hello,
I know of skwire's AltEdge (and variations thereof), and I wanted to suggest that alt-tab behavior be easily accesible from the touchpad region, even without mouse gestures etc. This could be done by using AltGr in combination with "." (dot) since these two keys are very easily/ergonomically accessible from the touchpad area, especially on netbooks (might also do with altgr-space, but i'd prefer the dot...).

If this is too difficult, or too error-prone, I'd also be happy if altgr-. would at least switch between the current and the previously active window.

(I did some research to find apps that might do this, prior to posting this, and also tried to, uhm, "code" on my own, but results were... very buggy... (stuck control key etc...) :) )

AltGr should remain usable for other applications.

here's a link to alt-tab... http://www.autohotkey.com/docs/Hotkeys.htm#AltTabDetail

jgpaiva:
In Autohotkey, this should work: (I think  :-[ )

--- Code: AutoIt ---AltGR & .::AltTabAltGR & RShift & .::ShiftAltTab

me_7834539:
Hello, as far as I can see, AltGR is not defined. They say you need to use LControl and RAlt, however

LControl & RAlt & .::AltTab

will not work, either.

me_7834539:
i found this, http://www.autohotkey.com/community/viewtopic.php?t=56870

perhaps this is of help...

but I'm a bit suspicious... at least there seems to be a comma missing (or too much) in the "suspend" lines...

jgpaiva:
Does this work? (sorry for not really testing it, but I don't have a windows machine available anymore :( )

--- Code: AutoIt ---<^>.::AltTab<^>!+.::ShiftAltTab

Navigation

[0] Message Index

[#] Next page

Go to full version