This repository has been archived by the owner on Jun 14, 2023. It is now read-only.
Replies: 1 comment
-
office软件有时候发送案件会失效,我也不知道为什么 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
{ "IgnoreGlobal": false, "List": [{ "Actions": [ ["SendKeys", "Ctrl+Right"] ], "Name": "最右", "Sign": "RIGHT", "Valid": true }], "Match": ["excel.exe", "et.exe"], "Name": "Excel" }],
手势:向右划,对应的快捷键为:Ctrl+Right,效果应该是选中最右侧的单元格,但实际效果却是向右移动一格。
Beta Was this translation helpful? Give feedback.
All reactions