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

Notification

Icon
Error

Options
Go to last post Go to first unread
okuc  
#1 Posted : Wednesday, November 15, 2023 4:19:04 AM(UTC)
okuc

Rank: Newbie

Reputation:

Groups: Approved
Joined: 11/11/2023(UTC)
Posts: 6
China

I want to set a shortcut to paste without formatting in word,

but I have tried hotkeys and mouse gestures with no success.

I am a newbie and would like to ask for advice on what to do.
soooulp  
#2 Posted : Sunday, November 19, 2023 4:07:13 AM(UTC)
soooulp

Rank: Advanced Member

Reputation:

Groups: Moderators, Approved
Joined: 4/23/2020(UTC)
Posts: 161
China

Thanks: 46 times
Was thanked: 23 time(s) in 17 post(s)
安装个PureText设置快捷键到手势
Syrianux  
#3 Posted : Monday, November 20, 2023 10:34:59 AM(UTC)
Syrianux

Rank: Newbie

Reputation:

Groups: Approved
Joined: 11/17/2023(UTC)
Posts: 5
United Kingdom

Thanks: 4 times
The paste text only shortcut should be working in current Word versions, so you could just press CTRL + Shift + V, or create a mouse gesture associated with that key combination.

- Create an action
- Choose the mouse gesture
- Insert Step > choose Keyboard in Command and then Send Hot Key
- Press CTRL + Shift + V under "Press Key(s) Below)

In this case it's actually faster if you create it via Script.

- Insert Hotkey
- Press CTRL + Shift + V
sery111  
#4 Posted : Saturday, November 25, 2023 12:27:12 PM(UTC)
sery111

Rank: Newbie

Reputation:

Groups: Approved
Joined: 12/29/2021(UTC)
Posts: 9

可以用脚本:

sp.MouseRestrictToRectangle(new Rectangle(sp.GetCurrentMousePoint().X, sp.GetCurrentMousePoint().Y, 0, 0));
sp.StoreBool("mouseRestrict", true);

sp.SendVKey(vk.APPS);
sp.Sleep(200);
sp.SendVKey(vk.VK_T);

sp.MouseRestrictClear();
sp.StoreBool("mouseRestrict", false);
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.