gpt4 book ai didi

Autohotkey,没有鼠标和原始箭头键突出显示文本?

转载 作者:行者123 更新时间:2023-12-03 12:45:40 32 4
gpt4 key购买 nike

我以这种方式将箭头键重新映射到 ijkl,

!j::send {Left}
!k::send {Down}
!l::send {Right}
!i::send {Up}

它工作得很好,但在记事本、谷歌文档等中,我希望在不使用鼠标或原始箭头键的情况下突出显示一些文本。这可能吗 ?

在文本中间,如果我在按下 !j 的同时按住 Shift 键,例如光标不会移动。
我也试过 *!j::send {Left} 光标移动但不突出显示文本。

我的目标是在我使用谷歌文档、记事本等时将我的手保持在相同的位置(避免移动鼠标和远离箭头键的时间)。

谢谢!

最佳答案

!j::send {Left}

; Press Shift+Alt+j to select text by single characters to the left:
+!j::send +{Left}

; Press Ctrl+Shift+Alt+j to select text by whole words to the left:
^+!j:: Send, +^{Left}

关于Autohotkey,没有鼠标和原始箭头键突出显示文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41285549/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com