Search found 195 matches

by littlegandhi1199
13 Aug 2020, 17:59
Forum: Ask for Help (v1)
Topic: Input OutputVar within Input, OutputVar
Replies: 1
Views: 468

Re: Input OutputVar within Input, OutputVar

I don't know man but you don't need commas after Else statements. Removed lots of random stuff you had laying around in there. Seems to work to me the way you described it now... WinActivate, eFlex - Google Chrome Sleep 500 Input, OutputVar, L1 If (Outputvar = "m") { Send !m Sleep 100 Input, OutputV...
by littlegandhi1199
13 Aug 2020, 17:53
Forum: Ask for Help (v1)
Topic: Screen Capture to SLACK account or clipboard.
Replies: 2
Views: 898

Re: Screen Capture to SLACK account or clipboard.

Are you still motivated to get this done? Or have you moved on?
I could probably get you there if you needed this still.
That's a pretty old implementation of GDIP
by littlegandhi1199
13 Aug 2020, 17:45
Forum: Ask for Help (v1)
Topic: Script help
Replies: 1
Views: 479

Re: Script help

I think this does it. We hijack the w key with another hotkey. But we disable it immediately because we still want the "w" key to work normally. Once we start sending Ws we disable the native key again. #InstallKeybdHook Hotkey, w, off return w::return ^Rbutton:: Hotkey, w, on While (GetKeyState("Rb...
by littlegandhi1199
13 Aug 2020, 17:33
Forum: Ask for Help (v1)
Topic: Media buttons
Replies: 1
Views: 561

Re: Media buttons

These are all hotkeys. All possibilities can be found under
https://www.autohotkey.com/docs/commands/Send.htm

Code: Select all

Media_Play_Pause::
msgbox, Play/Pause
return

Media_Next::
msgbox, Next
return

Media_Prev::
msgbox, Previous
return
by littlegandhi1199
13 Aug 2020, 17:31
Forum: Ask for Help (v1)
Topic: Simple number changer
Replies: 1
Views: 635

Re: Simple number changer

"fast changing numbers in programm like excel with columns and lines" doesn't mean anything
Be more specific what do you need?
by littlegandhi1199
13 Aug 2020, 17:22
Forum: Ask for Help (v1)
Topic: Displaying 256x256 Icons from .exe files
Replies: 5
Views: 3880

Re: Displaying 256x256 Icons from .exe files

Well. It's definitely the original programs faults for being the default. I've 2 softwares loading up the full 248x248 evident when stretching it. Gui, Add, Picture, x+0 y3 w248 h248 icon1, %AppPath% https://i.imgur.com/2LcTiBf.png Though I am remembering something to select alternate icons... You c...
by littlegandhi1199
13 Aug 2020, 17:12
Forum: Ask for Help (v1)
Topic: code for detect hold switches on button box
Replies: 1
Views: 566

Re: code for detect hold switches on button box

You probably just need to install the keyboard hook. Physical key states aren't always accurate unless you have that installed first on launch of the script +++ I added the correct full syntax parameters for the GetKeyState too incase that's pivotal. #InstallKeybdHook #InstallMouseHook Joy1:: Send {...
by littlegandhi1199
13 Aug 2020, 15:49
Forum: Ask for Help (v1)
Topic: Switch the screen programs are shown on
Replies: 3
Views: 1823

Re: Switch the screen programs are shown on

Primary monitor switching. That's what you'll want to be looking out for I believe. My AMD GPU software let me set hotkeys to do this. I have nvidia now and I haven't re-instated it yet. Also this moves your taskbar to the other screen aswell unless they let you duplicate it these days (and all your...
by littlegandhi1199
13 Aug 2020, 15:30
Forum: Ask for Help (v1)
Topic: switching between 2 windows only
Replies: 14
Views: 7104

Re: switching between 2 windows only

Ahh very good. you got it all figured out what works for you. Well the code does nothing useful on my computer. Even his original code...Win+Numpad1-9 almost does something...fades to greyscale. Holding down Win key shows no tooltips. Looking inside variables for script it states ButtonCount as "FAI...
by littlegandhi1199
13 Aug 2020, 14:11
Forum: Ask for Help (v1)
Topic: direct remapping of 24 keyboard extra-buttons using ahk only
Replies: 2
Views: 1484

Re: direct remapping of 24 keyboard extra-buttons using ahk only

I'm also wishing to get these extra keys on my keyboard as well.
Haven't been able to for months... Mine is also steelseries.
Can anyone help us?
by littlegandhi1199
13 Aug 2020, 14:05
Forum: Ask for Help (v1)
Topic: transparent windows in screen-shots
Replies: 19
Views: 3416

Re: transparent windows in screen-shots

If you install Autohotkey ANSI 32bit then this code might work for you which captures transparent windows and cursors. Though I'm not downgrading autohotkey versions anymore. :P Not worth it to me. Some trickiness might work with the new GDI (this is the oldest implementation of it) Doing a DrawImag...
by littlegandhi1199
13 Aug 2020, 13:55
Forum: Ask for Help (v1)
Topic: switching between 2 windows only
Replies: 14
Views: 7104

Re: switching between 2 windows only

Though I might add yours onto mine as Alt+W and Alt+D perhaps to just move up and down through those taskbar entries.
Seems like a nice addition. I'll look into it.
by littlegandhi1199
13 Aug 2020, 13:36
Forum: Ask for Help (v1)
Topic: switching between 2 windows only
Replies: 14
Views: 7104

Re: switching between 2 windows only

Btw just try this for a bit...it's 2 lines !Q::Send !{Escape} !E::Send !+{Escape} Alt+Q and Alt+E does it all. (not ctrl sorry) You can set the order at will which I find more powerful. Here's an example juggling 7 windows easily. https://drive.google.com/file/d/12uwPHgsWpxoHTED8xHQN_yUuf01PtV38/view
by littlegandhi1199
13 Aug 2020, 12:57
Forum: Ask for Help (v1)
Topic: switching between 2 windows only
Replies: 14
Views: 7104

Re: switching between 2 windows only

Looks like the full code is missing. Those look like pretty empty if and else statments? I currently already have implemented a core windows feature to a new hotkey binding. That is Ctrl+Escape and Ctrl+Shift+Escape One press moves the current window to the back of the queue. (Which I rebound to som...
by littlegandhi1199
13 Aug 2020, 12:53
Forum: Ask for Help (v1)
Topic: auto screen-shots (with auto pauses/continuations) (with special auto saves) Topic is solved
Replies: 5
Views: 2445

Re: auto screen-shots (with auto pauses/continuations) (with special auto saves) Topic is solved

Yeah! Absolutely not a problem. I mean I thought it would be an issue to run ptoken startup 1000 times in a script like you were doing before but apparently not lol. It's just a matter of how much memory the application uses and possibly memory leaks to raise your ram usage probably. (If you run the...
by littlegandhi1199
13 Aug 2020, 01:49
Forum: Ask for Help (v1)
Topic: Control audio lvl of different applications with shortcuts Topic is solved
Replies: 7
Views: 2711

Re: Control audio lvl of different applications with shortcuts Topic is solved

Okay I updated all that information by the way. Mine would suddenly appear on top of the game you would do your adjustments then press Ctrl+NumEnter again (You could change this to whatever maybe even regular enter :P) Then after pressing that key combo it would immediately have no choice but to go ...
by littlegandhi1199
13 Aug 2020, 01:25
Forum: Ask for Help (v1)
Topic: Control audio lvl of different applications with shortcuts Topic is solved
Replies: 7
Views: 2711

Re: Control audio lvl of different applications with shortcuts Topic is solved

Well. I've never seen anything doing this in autohotkey though I'm sure it's possible after opening the volume mixer and grabbing the visible names of the apps which are in there. Run, SndVol.exe Title = ( Volume Mixer ) WinWait, %Title% WinGetText, OutputVar, %Title% msgbox, %OutputVar% *Note that ...
by littlegandhi1199
13 Aug 2020, 00:49
Forum: Ask for Help (v1)
Topic: Gdip circular crop of an image from screen area?
Replies: 2
Views: 1583

Re: Gdip circular crop of an image from screen area?

Been working on this for you today and check it out! I've done it by drawing a solid "filled" red circle in a new blank image then looping through all the pixels in it. If it finds any color at all then it knows it's part of the circle and finds the true color from the source image and replaces it. ...

Go to advanced search