Search found 186 matches

by Oblomov
Jun 19th, ’20, 16:04
Forum: General Discussion
Topic: 'Compatibility' in regards to Notepad++ and Notepad (Windows)
Replies: 5
Views: 2385

Re: 'Compatibility' in regards to Notepad++ and Notepad (Windows)

Marko wrote: Jun 19th, ’20, 14:14 Both examples give the same result: {Text}

Type: Send with Send raw text option enabled

Code: Select all

{Text}
Type: Command

Code: Select all

SendRaw, {Text}
Thanks. But yeah, today it seems that things went back to normal, for some reason (i.e. after I resumed the PC from sleep today), which is pretty anomalous I guess
by Oblomov
Jun 18th, ’20, 20:54
Forum: General Discussion
Topic: 'Compatibility' in regards to Notepad++ and Notepad (Windows)
Replies: 5
Views: 2385

Re: 'Compatibility' in regards to Notepad++ and Notepad (Windows)

Special characters need to be escaped, try Notepad\+\+ Using this opportunity, could I perhaps also ask how one would go about pasting a special character, for a text-expanding command? I'm having trouble with: Sendraw, Send, {LButton} Which upon execution, it only pastes 'Send, LButton', without t...
by Oblomov
Jun 18th, ’20, 15:44
Forum: General Discussion
Topic: 'Compatibility' in regards to Notepad++ and Notepad (Windows)
Replies: 5
Views: 2385

Re: 'Compatibility' in regards to Notepad++ and Notepad (Windows)

Marko wrote: Jun 17th, ’20, 17:57 Special characters need to be escaped, try
Notepad\+\+
Why of course! Thanks for pointing this out
by Oblomov
Jun 15th, ’20, 12:34
Forum: General Discussion
Topic: 'Compatibility' in regards to Notepad++ and Notepad (Windows)
Replies: 5
Views: 2385

'Compatibility' in regards to Notepad++ and Notepad (Windows)

Hello,

I'm having a bit of a 'compatibility' issue, in regards to Notepad++ and Notepad (Windows), where when I put 'Notepad++' or 'ahk_class Notepad++' inside of the Window field of a command for Notepad++, the command reacts for both Notepad (Windows) and Notepad++.

Kind regards,
...
by Oblomov
Jun 13th, ’20, 19:29
Forum: General Discussion
Topic: Strange SendRaw behavior
Replies: 2
Views: 1303

Re: Strange SendRaw behavior

If you use Type: Command, the output is always [\r\n]+. If this is not the case, there must be a conflict with some other commands/settings. It's type Command, but yeah, my only guess is that something is somehow corrupted, and that there is seemingly no way of resetting it... probably gonna try to...
by Oblomov
Jun 13th, ’20, 13:30
Forum: General Discussion
Topic: Strange SendRaw behavior
Replies: 2
Views: 1303

Strange SendRaw behavior

Hello, As determined through an earlier thread, the correct usage of SendRaw in certain situations: https://www.fastkeysautomation.com/forum/viewtopic.php?f=4&t=863 I have been using this command for Notepad++: SendRaw, % "[\r\n]+" Which has been working quite well, for a fairly long t...
by Oblomov
Jun 12th, ’20, 17:56
Forum: General Discussion
Topic: Shortcut combination with Shift & Windows key
Replies: 10
Views: 4464

Re: Shortcut combination with Windows key/win key

Tom wrote: Jun 12th, ’20, 17:42 Pressing Shift+Win+V shows a msgbox only - no Windows Start menu.
Gotcha, thanks. I'm gonna go ahead and look for/create a thread on some Windows 10 forum, to get to the bottom of this
by Oblomov
Jun 12th, ’20, 11:36
Forum: General Discussion
Topic: Shortcut combination with Shift & Windows key
Replies: 10
Views: 4464

Re: Shortcut combination with Windows key/win key

Tom wrote: Jun 12th, ’20, 09:18 Don't know, I tried on three computers and it works fine for me.
As in the start menu pop-up never came up?
by Oblomov
Jun 11th, ’20, 19:42
Forum: General Discussion
Topic: Shortcut combination with Shift & Windows key
Replies: 10
Views: 4464

Re: Shortcut combination with Windows key/win key

Your command simulates the mouse clicks on the desktop which may trigger various effects, dependent on your setup. Can you try the same shortcut with the simple command like msgbox Hello World to see it the issue is related to your command? I replaced my current Shift+Win+V shortcut with the msgbox...
by Oblomov
Jun 11th, ’20, 17:15
Forum: General Discussion
Topic: Shortcut combination with Shift & Windows key
Replies: 10
Views: 4464

Re: Shortcut combination with Windows key/win key

Interesting, I tested the shortcuts with Win key and all work without any issues. The exceptions are Win+L and Win+U which are locked by the system. Tried Shift+Win+Q, Win+E ... they should all work fine. Perhaps it's some issue on my side, but yeah, for example when I execute a command with the sh...