Search found 8 matches

by ChrisKey
Apr 3rd, ’26, 11:25
Forum: General Discussion
Topic: How can I trigger a shortcut using the Copilot key?
Replies: 2
Views: 3042

Re: How can I trigger a shortcut using the Copilot key?

Well, I finally found the time to try it out.
🎉 THANK YOU, it worked! 😊
by ChrisKey
Mar 31st, ’26, 11:11
Forum: General Discussion
Topic: How can I trigger a shortcut using the Copilot key?
Replies: 2
Views: 3042

How can I trigger a shortcut using the Copilot key?

Many Windows devices and keyboards (such as my HP laptop) have a so-called “Copilot key” for launching Microsoft's AI. I'd like to use this key for something else. Can I assign an action to this key using Fastkeys? I didn’t find anything in the list of available keys (but maybe I missed it). Or is t...
by ChrisKey
Jan 31st, ’25, 08:17
Forum: General Discussion
Topic: Executing shortcuts from cmd
Replies: 2
Views: 4185

Re: Executing shortcuts from cmd

I would also be interested in the possibility of calling up shortcuts directly via Commandline. One of my main use cases in Fastkeys is to call up an app via shortcuts. If the app is already running → the script simply brings the window into focus, if not → the app is started. This works really well...
by ChrisKey
Dec 14th, ’16, 12:48
Forum: General Discussion
Topic: [solved] ERROR Some Commands were stopped.
Replies: 4
Views: 5251

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: 5251

[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: 7774

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: 5911

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...