StrokesPlus.net Forum
»
General Discussion
»
General Discussion
»
How to set a shortcut for formatless paste in word?
Rank: Newbie
Groups: Approved
Joined: 11/11/2023(UTC) Posts: 6
|
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.
|
|
|
|
Rank: Advanced Member
Groups: Moderators, Approved Joined: 4/23/2020(UTC) Posts: 162 Thanks: 46 times Was thanked: 23 time(s) in 17 post(s)
|
|
|
|
|
Rank: Member
Groups: Approved
Joined: 11/17/2023(UTC) Posts: 16 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
|
|
|
|
Rank: Member
Groups: Approved
Joined: 12/29/2021(UTC) Posts: 13
|
可以用脚本:
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);
|
|
|
|
StrokesPlus.net Forum
»
General Discussion
»
General Discussion
»
How to set a shortcut for formatless paste in word?
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.
Important Information:
The StrokesPlus.net Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close