villaviral.blogg.se

Maximize hotkey
Maximize hotkey






#Maximize hotkey code

Ive tried toggling variables as a means of control with if checks, ive tried the minmax trick posted above, ive tried ifwinexist, ive tried using another script that had #s code in it.

maximize hotkey

I know I can't put in the same hotkey more than once, so I've been trying to find other ways around it. what I want to do is be able to toggle the window on or off (off with winkill) with that combo, but I can't seem to get it to. I wrote a script that brings up a little input window to search an online dictionary with the word typed in the window.

maximize hotkey

Here's hoping this gets noticed, as the last post was from '07

maximize hotkey

I cam up with the idea of using a timer, making the hotkeys to maximize or restore as different keys and then press them at the same time, and have the ahk check if the active window is maximized for a certain time then restore it.etcĪny help would be greatly appreciated and I'll be sure to credit you in my wiiPC program If (%Virtualscreenwidth% = 1024) and (%Width% 1014)īasically saying that if the resolution is 1024 as width then a maximized window will have a width near that size, however autohotkey doesn't like me using the same hotkey twice! So as an example I'd like to be able to press F12 and if the window is maximized, then restore it and vice versa. Now the problem I'm having is that I would like to be able to Maximize and estore using the same key on the wiimote. I've been working on a program called tic-wiiPC and it basically allows you to control your PC with a wiimote.






Maximize hotkey