StrokesPlus.net
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
kookob  
#1 Posted : Friday, July 12, 2019 2:14:31 AM(UTC)
kookob

Rank: Member

Reputation:

Groups: Approved
Joined: 7/4/2019(UTC)
Posts: 24
China
Location: fujian

Thanks: 1 times
1. Currently supported ignore key include: ctrl, alt, shift, Can it be add the winkey?

2. Hotkey feature can enable in specific software? like in the subordinate directory of the software?

3. The intellect text can support special character? like // or ..

Edited by user Sunday, July 14, 2019 6:43:46 AM(UTC)  | Reason: Not specified

Rob  
#2 Posted : Monday, July 22, 2019 1:31:11 PM(UTC)
Rob

Rank: Administration

Reputation:

Groups: Translators, Members, Administrators
Joined: 1/11/2018(UTC)
Posts: 1,349
United States
Location: Tampa, FL

Thanks: 28 times
Was thanked: 416 time(s) in 354 post(s)
  1. The problem with the Win key is that pressing the Win key does something (pops up the Start menu), so it doesn't seem to be an ideal key to use for ignoring

  2. Hotkeys are registered with Windows, not being monitored by S+.net, and Windows only allows a hotkey combination to be registered once. However, you can certainly add logic into the hotkey's script to detect the current window and perform actions differently (or not at all for some applications)

  3. I will add this to the long-term list of things to research. I wanted to keep it simple, so I only allowed a few common cases. To be clear, you mean that "//" or ".." would be the trigger instead of Tab/Enter/Space?
kookob  
#3 Posted : Tuesday, July 23, 2019 2:58:01 AM(UTC)
kookob

Rank: Member

Reputation:

Groups: Approved
Joined: 7/4/2019(UTC)
Posts: 24
China
Location: fujian

Thanks: 1 times
I am a user of AHK. so above suggests combining from ahk experience.
1. I can press winkey and use mouse left click to move windows and so on. the ignore key not support winkey, it will be conflict, so i am using the alt key to instead now(not a good solution).

2. I know you mean, but the global hotkey very easy conflict with other soft, IDE, etc.
in the AHK, it's easy to implement like this:
Quote:

#IfWinActive ahk_exe test.ext
{
#t::
msgbox hello
return
}
#IfWinActive


3. I mean the prefix character, like I input the "//hello", can output the "something others".
in the AHK, like:
:*://input::something others.
if not support special character like //, it is easy to conflict with a normal word.
Rob  
#4 Posted : Friday, August 2, 2019 1:50:09 PM(UTC)
Rob

Rank: Administration

Reputation:

Groups: Translators, Members, Administrators
Joined: 1/11/2018(UTC)
Posts: 1,349
United States
Location: Tampa, FL

Thanks: 28 times
Was thanked: 416 time(s) in 354 post(s)
Added Win key option for ignore.

Added Unregistered option for hotkeys, so it just watches for the key/combination. See the Change Log for details.

Updated text expansion to allow more characters and not treat those characters as a token reset check.
kookob  
#5 Posted : Sunday, August 4, 2019 3:51:23 PM(UTC)
kookob

Rank: Member

Reputation:

Groups: Approved
Joined: 7/4/2019(UTC)
Posts: 24
China
Location: fujian

Thanks: 1 times
Great job, Thank you!

and the new version has a little problem.
when I create one smart text, and nothing to output, when it executed, the software will be flashback.
Rob  
#6 Posted : Monday, August 5, 2019 12:37:53 PM(UTC)
Rob

Rank: Administration

Reputation:

Groups: Translators, Members, Administrators
Joined: 1/11/2018(UTC)
Posts: 1,349
United States
Location: Tampa, FL

Thanks: 28 times
Was thanked: 416 time(s) in 354 post(s)
I think there may be something lost in translation, since "flashback" generally means when you experience a memory from the past.

However, I was able to see that StrokesPlus.net would crash if the text expansion box was empty when it tried to execute. I have corrected that in version 0.3.3.2.
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.