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

Notification

Icon
Error

Options
Go to last post Go to first unread
Rob Otter  
#1 Posted : Monday, October 26, 2020 5:19:57 PM(UTC)
Rob Otter

Rank: Advanced Member

Reputation:

Groups: Approved
Joined: 10/26/2020(UTC)
Posts: 50
Germany
Location: Darmstadt

Thanks: 15 times
Was thanked: 2 time(s) in 2 post(s)
Hi,

seemed to be a simple one first, but I can´t find a solution:
How can I open the StrokesPlus.net settings window with a hotkey?
It is quite uncomfortable to always double-click or right-click/select open on the tray icon.

Thanks in advance,
Rob Otter
Rob  
#2 Posted : Monday, October 26, 2020 6:17:45 PM(UTC)
Rob

Rank: Administration

Reputation:

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

Thanks: 28 times
Was thanked: 419 time(s) in 356 post(s)
This script line will do it.

Code:
sp.OpenSettings();
thanks 1 user thanked Rob for this useful post.
Rob Otter on 10/26/2020(UTC)
2014218866  
#3 Posted : Tuesday, December 8, 2020 11:09:28 AM(UTC)
2014218866

Rank: Advanced Member

Reputation:

Groups: Approved
Joined: 5/6/2019(UTC)
Posts: 111
China

Thanks: 19 times
Was thanked: 1 time(s) in 1 post(s)
Excuse me, I want to know if I can kill the S+ process by hotkey to prevent the S+ freezing. Or use the following example to kill IE
I look forward to your reply

foreach (System.Diagnostics.Process exe in System.Diagnostics.Process.GetProcesses())
{
if (exe.ProcessName.StartsWith("iexplore"))
exe.Kill();
}

Users browsing this topic
Guest
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.