Search found 29 matches

by JJussi
Feb 12th, ’19, 05:26
Forum: General Discussion
Topic: Parallel execution of same shortcut
Replies: 3
Views: 1858

Parallel execution of same shortcut

Hi! I have shortcut "lookup search error": Send, ^c Sleep 200 RunWait, c:\Windows\SysNative\bash.exe ""/sbin/err %clipboard%"" err script recognizes from pasted string what is the error (and from which machine), opens SSH connection to that place, opens right error.log ...
by JJussi
Feb 1st, ’19, 06:18
Forum: General Discussion
Topic: Show keyboard manager
Replies: 5
Views: 2614

Re: Show keyboard manager

Ok.. You are right... Partly... With InputBox, I managed to make it work.. (I don't know why it didn't work earlier... But..) I have shortcut, Type: Send echo "%INPUT_value%"{Enter} 1. I fire that shortcut 2. Popup asks me to type 'value' 3. I press clipboard shortcut 4. 'value' popup disa...
by JJussi
Feb 1st, ’19, 05:37
Forum: Suggestions
Topic: Text expand everywhere
Replies: 3
Views: 3031

Re: Text expand everywhere

Ok, 1. I start type ;ansi 2. Text expander menu pop's up, showing only one line 3. Press enter, list of different ansi-codes menu show 4. Press key 2 from keyboard 5. Word ;ansi is replaced with \033[1m 6. Directly I continue to type ;ansi and nothing happen! \033[1m;ansi If I press first space and ...
by JJussi
Jan 31st, ’19, 12:17
Forum: Suggestions
Topic: Text expand everywhere
Replies: 3
Views: 3031

Text expand everywhere

Hi! Feature where I can set that text expand works everywhere and always, would be fine. So every keyboard click is compared to "text expand" list and when there is known combination, text expand would act. Now there must be "space", before text expand works. So if I have text ex...
by JJussi
Jan 25th, ’19, 08:35
Forum: General Discussion
Topic: Result of run to clipboard
Replies: 10
Views: 6313

Re: Result of run to clipboard

I think that this "problem" is releated to viewtopic.php?f=4&t=808 because after writing file-name parameter (what have : \ ) again, it start working.
by JJussi
Jan 25th, ’19, 08:34
Forum: Suggestions
Topic: Bug at shortcuts
Replies: 1
Views: 1719

Re: Bug at shortcuts

I think that this "problem" is releated to viewtopic.php?f=4&t=808 because after writing file-name parameter (what have : \ ) again, it start working.
by JJussi
Jan 25th, ’19, 07:12
Forum: General Discussion
Topic: Mounting NFS
Replies: 4
Views: 2026

Re: Mounting NFS

Hi! Found "solution" to my problem. With my windows 10, I can have multiple languages installed, I can say that windows is English (US), BUT I need to install Finnish keyboard layout as "first" keyboard. If I have English windows (with default US QWERTY keyboard installed) with F...
by JJussi
Jan 25th, ’19, 06:46
Forum: General Discussion
Topic: Mounting NFS
Replies: 4
Views: 2026

Re: Mounting NFS

Hi! I found (not so satisfy solution) that if set your keyboard to ENG before typing text to Fastkeys (and you need to type, copy&paste from notepad don't give wanted result), it comes right way to command prompt IF your keyboard is set to FIN that time. If keyboard is set to ENG when using comm...
by JJussi
Jan 25th, ’19, 05:57
Forum: General Discussion
Topic: Mounting NFS
Replies: 4
Views: 2026

Re: Mounting NFS

Hi!
Testing and.. You are right.
If I change my keyboard from FIN (Finnish) to ENG (English), those shortcuts works fine.

Is this "keyboard layout" problem actually BUG?
Can I use some procedure to "mimic" keyboard typing?
by JJussi
Jan 24th, ’19, 10:09
Forum: General Discussion
Topic: Mounting NFS
Replies: 4
Views: 2026

Mounting NFS

Hi! How can make my "mount v" shortcut work? Problem is : and / -characters. Type: "Send" mount.exe -o nolock 10.0.0.44:/video/video v: resulting mount.exe -o nolock 10.0.0.44^'video'video v (edit) Other "special" characters have same problem... cat /tmp/SIDs echo -ne &...