Search found 103 matches

by cadudesun
Jan 21st, ’19, 13:58
Forum: General Discussion
Topic: What syntax for relative paths used in scripts (eg. if driver letter change G to Y the script should keep working)
Replies: 2
Views: 1492

What syntax for relative paths used in scripts (eg. if driver letter change G to Y the script should keep working)

Hi, So far I have been writing scripts in Fastkeys pointing to absolute paths. Example: "G:\Program\Name\File.exe" However, as many of my programs are portable and stored in the same drive as FastKeys, I would like to know a syntax that would make the scripts working from any driver. So if...
by cadudesun
Jul 3rd, ’18, 10:40
Forum: General Discussion
Topic: Is there a command for "Switch user"?
Replies: 2
Views: 1708

Is there a command for "Switch user"?

Hi,

I looked for the command "Switch user" in Fastkeys library (https://i.imgur.com/6y7rcYK.png), but I didn't find it.
Is there a command for "Switch user" that I can insert manually in Fastkeys?

Thanks for assistance,
Carlos
by cadudesun
Sep 11th, ’17, 16:08
Forum: General Discussion
Topic: ctrl+capslock does change text case but is inserting a return/line break. Possible to avoid it?
Replies: 0
Views: 6617

ctrl+capslock does change text case but is inserting a return/line break. Possible to avoid it?

Hi, As showed in this screen-recording (https://goo.gl/W4BzEr), the command "ctrl+capslock" does change the case of text, but in some programs it all add a return/line break at the ended of that text. Is it possible to avoid that return/line break being inserted? Thanks for assistance! Car...
by cadudesun
Sep 11th, ’17, 15:56
Forum: General Discussion
Topic: when selecting "ctrl+caps lock" option, Fastkeys is pasting clipboard instead of change case.
Replies: 6
Views: 3213

Re: when selecting "ctrl+caps lock" option, Fastkeys is pasting clipboard instead of change case.

The fix in "ctrl+capslock" was achieved by changing "sleep" from 20 to 100 in other part of the command: PutText(MyText) { SavedClip := ClipboardAll Clipboard = Sleep 100 ;changed from 20 to 100 Clipboard := MyText Send ^{vk56} ;Ctrl V Sleep 100 Clipboard := SavedClip Return }
by cadudesun
Sep 10th, ’17, 17:14
Forum: General Discussion
Topic: Is there a command to trigger apps tools based on their icon/image?
Replies: 1
Views: 1498

Is there a command to trigger apps tools based on their icon/image?

Hi, I'd appreciate help. As showed in the snapshot below, there are several icons for tools in the app interface. There is no default shortcut and the only way to access the tools is by clicking on its respective icon. Is it possible to create a command in which a custom shortcut will trigger the to...
by cadudesun
Sep 10th, ’17, 15:15
Forum: General Discussion
Topic: when selecting "ctrl+caps lock" option, Fastkeys is pasting clipboard instead of change case.
Replies: 6
Views: 3213

Re: when selecting "ctrl+caps lock" option, Fastkeys is pasting clipboard instead of change case.

Hi Marko. I found out there was an interference of another app shortcuts with Fastkeys "ctrl+capslock". The app is Golden Dict, and it has an inbuilt shortcut "ctrl+c,c" (hold "ctrl", then press "c" twice). When I disabled this shortcut Fastkeys started workin...
by cadudesun
Sep 10th, ’17, 00:29
Forum: General Discussion
Topic: when selecting "ctrl+caps lock" option, Fastkeys is pasting clipboard instead of change case.
Replies: 6
Views: 3213

Re: when selecting "ctrl+caps lock" option, Fastkeys is pasting clipboard instead of change case.

Marko wrote: No, change it in FastKeys settings - Shortcuts, Ctrl-Capslock item. Thanks for clarification Marko. I performed the change suggested by you, however Fastkeys "ctrl+capslock" instead of changing case is still pasting clipboard content. I recorded my screen showing the issue: h...
by cadudesun
Sep 9th, ’17, 22:33
Forum: General Discussion
Topic: when selecting "ctrl+caps lock" option, Fastkeys is pasting clipboard instead of change case.
Replies: 6
Views: 3213

Re: when selecting "ctrl+caps lock" option, Fastkeys is pasting clipboard instead of change case.

Thanks for feedback Marko!
I found "Send ^{vk43} ;Ctrl C" in file Settings.fdb. I'm supposing I should change it here.
There is already the command: "Send ^{vk43} ;Ctrl C"¶ClipWait 0.5
In that case, if I change ClipWait to 0.1 would it be the same as Sleep 100?
by cadudesun
Sep 8th, ’17, 21:08
Forum: General Discussion
Topic: when selecting "ctrl+caps lock" option, Fastkeys is pasting clipboard instead of change case.
Replies: 6
Views: 3213

when selecting "ctrl+caps lock" option, Fastkeys is pasting clipboard instead of change case.

Hi, I'd appreciate help. As showed in this screen-recording (https://goo.gl/EMv7zv), when selecting "ctrl+caps lock" option, Fastkeys is pasting clipboard instead of change case. How to reestablish default behavior for "ctrl+caps lock" behavior (change case instead of pasting). T...
by cadudesun
Jul 13th, ’17, 16:19
Forum: General Discussion
Topic: Possible speed up timing "Auto Complete" wordlist is showed when typing FOLDER names?
Replies: 1
Views: 1403

Possible speed up timing "Auto Complete" wordlist is showed when typing FOLDER names?

Hi, I'd appreciate help. As you can see in this screen-recording (https://goo.gl/gBa4DP), when using "Auto Complete" to type a folder name in Windows Explorer (or any other File Manager), FastKeys delays a couple of seconds to show the autocomplete wordlist. Is it possible to speed up timi...