Search found 8 matches

by ThiasEsseboom
Apr 7th, ’23, 12:48
Forum: User Commands and Scripts
Topic: Clear GUI memory
Replies: 1
Views: 3949

Clear GUI memory

Hi there! It's me again ;-) Due to an issue with FastKeys automatically sending Send messages in all capitals, I'm rebuilding the Start Menu items to work as Commands, as it doesn't have the issue then. However, now I'm having the issue, that I can't use the %INPUT_Name% functionality, so I have to ...
by ThiasEsseboom
Apr 7th, ’23, 08:14
Forum: General Discussion
Topic: Random Capitalization Problem
Replies: 4
Views: 1749

Re: Random Capitalization Problem

Hey there, I wanted to jump in here, as we are experiencing the same issue with the Start Menu function. We've figured out where the bug comes from, and it is when you end your last sentence in capitals, it will automatically push the next message in capitals. The strange thing is, it happens with s...
by ThiasEsseboom
Mar 5th, ’23, 07:39
Forum: User Commands and Scripts
Topic: Partially paste
Replies: 4
Views: 4660

Re: Partially paste

Awesome :D Thank you
by ThiasEsseboom
Mar 4th, ’23, 17:23
Forum: User Commands and Scripts
Topic: Partially paste
Replies: 4
Views: 4660

Re: Partially paste

Sooo some redditing later, and I've created this :-) Which works perfectly!

Code: Select all

<+^v::
    txt := Clipboard
    txt := SubStr(txt, -36)
	Clipboard := txt

run, https://bo.company.etc/%clipboard%?=view
by ThiasEsseboom
Mar 4th, ’23, 17:09
Forum: User Commands and Scripts
Topic: Partially paste
Replies: 4
Views: 4660

Re: Partially paste

I've been trying this now Gui, New Gui, Add, Text,, Paste URL Gui, Add, Edit, vUrl Gui, Add, Button, Default, OK Gui, Show ButtonOK: Gui, Submit Gui, Destroy NewStr := SubStr(%Url%, -36) run, https://bo.company.etc/%NewStr% But now I don't get the time to input anything into the URL box, it closes i...
by ThiasEsseboom
Mar 4th, ’23, 15:32
Forum: User Commands and Scripts
Topic: Partially paste
Replies: 4
Views: 4660

Partially paste

Hey all :-) I'm trying to find out if it is possible to partially past something from the clipboard, or to partially use a text input. For some context, for reservations we send out a link for customers to verify their details, but for the back office of this, we use a different link. So customer wi...
by ThiasEsseboom
Nov 7th, ’22, 17:44
Forum: User Commands and Scripts
Topic: Send as HTML
Replies: 2
Views: 3774

Re: Send as HTML

Thank you for the advice :-) I will check it out :-D
by ThiasEsseboom
Nov 7th, ’22, 16:10
Forum: User Commands and Scripts
Topic: Send as HTML
Replies: 2
Views: 3774

Send as HTML

Hey all! I'm very happy with using FastKeys for my work. Sending the same message over and over and over again made a lot easier with FastKeys. Now I'm comfortable using FastKeys, I was working on a Gui script, and got it running as good as possible. However, I would like to send out the text on the...