Search found 5 matches

by ChrisKey
Dec 14th, ’16, 12:48
Forum: General Discussion
Topic: [solved] ERROR Some Commands were stopped.
Replies: 4
Views: 2318

Re: [solved] ERROR Some Commands were stopped.

Thanks for your offer. I managed to find the problem -> it was a corrupt settings.ini file.
by ChrisKey
Dec 13th, ’16, 16:44
Forum: General Discussion
Topic: [solved] ERROR Some Commands were stopped.
Replies: 4
Views: 2318

[solved] ERROR Some Commands were stopped.

Hi Apparently I made a mistake and now I get the error "Some Commands were stopped." First of all a request for future versions: :?: Would it be possible to inform the user in more detail about the problem - e.g. which functions/shorcuts are involved? There is also a link 'Show error repor...
by ChrisKey
Dec 12th, ’16, 19:10
Forum: User Commands and Scripts
Topic: Alternative Clock
Replies: 2
Views: 5793

Re: Alternative Clock

Thanks, that's useful :-) I modified it to get a dark background, a different font and positioned it on the right bottom of the main monitor: SysGet, curMon, Monitor pos_x := curMonRight-200 pos_y := curMonBottom-20 bgd_color=Grey fgd_color=Lime Gui, +AlwaysOnTop +ToolWindow -SysMenu -Caption Gui, C...
by ChrisKey
Dec 7th, ’16, 15:03
Forum: Suggestions
Topic: "switch" to google chrome instead of start 2nd instance
Replies: 3
Views: 3407

Re: "switch" to google chrome instead of start 2nd instance

I use something like this... THEapp:="Total Commander" IfWinExist, %THEapp% IfWinNotActive WinActivate else { WinGet, numCountWindows, Count, %THEapp% if (numCountWindows>1) { ;more than one open window -> cycle WinGetClass, ActiveClass, A WinSet, Bottom,, A WinActivate, ahk_class %ActiveC...