Skip to main content
12 events
when toggle format what by license comment
Mar 20, 2017 at 10:16 history edited CommunityBot
replaced http://superuser.com/ with https://superuser.com/
S Aug 26, 2013 at 18:08 history suggested Anthony Mastrean CC BY-SA 3.0
The title should be a more accurate question and the body doesn't need to repeat the same information.
Aug 26, 2013 at 17:39 review Suggested edits
S Aug 26, 2013 at 18:08
Aug 26, 2013 at 17:33 answer added Anthony Mastrean timeline score: 2
Aug 22, 2013 at 6:57 comment added one_half_3544 Getting handles of windows associated with taskbar items involves some winapi tricks (explained here codeproject.com/Articles/10497/… (pre-windows7 method unfortunately =( )), but it looks like it is possible to implement it in AHK.
Aug 21, 2013 at 7:45 comment added one_half_3544 Ok, current idea is to intercept those hotkeys, check if current active window (explained here - stackoverflow.com/questions/9115495/… ) is the same as the window which will be triggered by the hotkey (no idea how to do this) and do nothing if they match (easy =), otherwise pass hotkey through to activate/run that window (explained here - stackoverflow.com/questions/2349694/… ).
Aug 20, 2013 at 13:43 comment added one_half_3544 Ok, doing nothing in #1 handler really does nothing (no focusing even if that window does not have focus). So, I'm investigating how to also mimic the original behavior of <kbd>win</kbd>+# via AutoHotKey...
Aug 20, 2013 at 13:11 comment added nixda Is an AutoHotKey script a valid option? It would catch those key combinations {#1},{#2},{#3}... and then do nothing. Haven't tested it so far but I guess its possible.
Aug 20, 2013 at 12:17 comment added one_half_3544 Yes, just nothing.
Aug 20, 2013 at 11:57 comment added Oliver Salzburg So, what do you want to happen? Just nothing?
Aug 20, 2013 at 11:18 review First posts
Aug 20, 2013 at 11:24
Aug 20, 2013 at 11:00 history asked one_half_3544 CC BY-SA 3.0