Search found 32 matches

by adamantine
13 Aug 2020, 17:45
Forum: Ask for Help (v1)
Topic: switching between 2 windows only
Replies: 14
Views: 7162

Re: switching between 2 windows only

i was just testing "the full code" only (as a separate exe). and everything works as it should: - pressings (on button 9 only) perform the switches (between previous window and current window only) - pressings (on button 0 only) perform the switches (between next window and current window only) the ...
by adamantine
13 Aug 2020, 14:33
Forum: Ask for Help (v1)
Topic: switching between 2 windows only
Replies: 14
Views: 7162

Re: switching between 2 windows only

i know about the standard "alt+escape" combination since long it is really not for me at all (it seems that my vision, habits and workflow are substantially different) i also never use "alt+tab" 1 of my golden rules is: the switching to some window is so important and frequently used action that it ...
by adamantine
13 Aug 2020, 13:17
Forum: Ask for Help (v1)
Topic: switching between 2 windows only
Replies: 14
Views: 7162

Re: switching between 2 windows only

the full code: 9:: PreviousCurrentMode++ if (PreviousCurrentMode & 1) { Gosub, ReadWindowsOnTaskbar If(ActiveTaskbarItem) { ItemPrev := ActiveTaskbarItem - 1 If(ItemPrev < 1) { ItemPrev := TaskbarItemCount } } else { ItemPrev := ActiveTaskbarItem } ActivateTaskbarItem(ItemPrev) return } else { Gosub...
by adamantine
13 Aug 2020, 07:06
Forum: Ask for Help (v1)
Topic: auto screen-shots (with auto pauses/continuations) (with special auto saves) Topic is solved
Replies: 5
Views: 2470

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

thank you, littlegandhi1199 i ask you not to be angry at me but at the present time i prefer to continue not using this huge gdip.ahk (2715 lines) because i only need those parts of it (~215 lines) that are related to creation of screen-shots here's a topic where the author speaks exactly about it i...
by adamantine
12 Aug 2020, 09:22
Forum: Ask for Help (v1)
Topic: auto screen-shots (with auto pauses/continuations) (with special auto saves) Topic is solved
Replies: 5
Views: 2470

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

the idea is to get an automatic screen-shot (all screen) (png) every 60 seconds examples for the titles of files: 2020.08.12   17.36.52.png 2020.12.05   01.46.08.png 2021.01.31   23.20.00.png examples for the paths: - each png ( from 2020.08.12 00:00:00 to 2020.08.12 23:59:59) should be saved in the...
by adamantine
09 Aug 2020, 06:19
Forum: Ask for Help (v1)
Topic: Mapping enter key to double click?
Replies: 2
Views: 1380

Re: Mapping enter key to double click?

Code: Select all

Enter::
{
SetMouseDelay, -1
SendEvent,{Click down}
SendEvent,{Click up}
SendEvent,{Click down}
SendEvent,{Click up}
}
return
by adamantine
08 Aug 2020, 13:42
Forum: Ask for Help (v1)
Topic: direct remapping of 24 keyboard extra-buttons using ahk only
Replies: 2
Views: 1519

direct remapping of 24 keyboard extra-buttons using ahk only

the keyboard is Steelseries APEX (steelseries.com/gaming-keyboards/apex-gaming-keyboard), the buttons are: 1-10: MX1 to MX10 11-22: M1 to M12 23: left-up 24: right-up there are even 5 more special buttons (L1, L2, L3, L4, and the very conveniently placed logo-button) but they could not be assigned t...
by adamantine
07 Aug 2020, 07:30
Forum: Ask for Help (v1)
Topic: perform some actions in a window before it's visible
Replies: 0
Views: 629

perform some actions in a window before it's visible

the idea is to launch a window that becomes visible only after the moment when all necessary actions (inside of this window) were already automatically done it is possible to achieve this aim by customizing the numerous settings of the 'actual window manager' program (not free) (not portable) (all r...
by adamantine
06 Aug 2020, 02:34
Forum: Ask for Help (v1)
Topic: transparent windows in screen-shots
Replies: 19
Views: 3522

transparent windows in screen-shots

the following code successfully creates a screen-shot of the screen: ^+s:: { pToken := Gdip_Startup() OnExit, ss-shutdown folderPath := "D:\Images\" fileName := A_YYYY "." A_MM "." A_DD " " A_Hour "." A_Min "." A_Sec ".png" CaptureScreen: pBitmap := Gdip_BitmapFromScreen() saveFileTo := folderPath f...
by adamantine
05 Aug 2020, 04:48
Forum: Ask for Help (v1)
Topic: switching between 2 windows only
Replies: 14
Views: 7162

Re: switching between 2 windows only

it seems that something less simple is necessary for the line 3:

Code: Select all

if (PreviousCurrentMode & 1) {
i'm not sure but maybe for the line 2 too:

Code: Select all

PreviousCurrentMode++
currently these lines just distinguish the odd/even pressings
by adamantine
01 Aug 2020, 19:37
Forum: Ask for Help (v1)
Topic: switching between 2 windows only
Replies: 14
Views: 7162

switching between 2 windows only

task 1: 1) when pressing the button 9:            switch from current window in taskbar to previous window 2) when pressing the button 9 again:   switch from previous to current/initial window 3) during next pressings of button 9:   2 previous steps are simply repeated (at first: step 1) (then: ste...
by adamantine
01 Aug 2020, 12:53
Forum: About This Community
Topic: Issues with registering, Post your username here...
Replies: 865
Views: 2087930

Re: Issues with registering, Post your username here...

joedf
thank you for the help related to my account

Go to advanced search