gpt4 book ai didi

karabiner - 如何禁用某些键的 shift(或任何修饰符)而不禁用其他键?

转载 作者:行者123 更新时间:2023-12-05 04:03:11 24 4
gpt4 key购买 nike

我有个坏习惯,就是右移写引号("")。看,我就在那里做了。

我想禁用 R_SHIFT+" 的特定组合,因此我不得不使用左移。

有人知道怎么做吗?

我想我最终也会将其扩展到键盘右侧的所有键。

最佳答案

你必须编辑你的 ~/.config/karabiner/karabiner.json 文件并简单地定义一个:

"from": { "key_code": "quote",
"modifiers":{ "mandatory": ["right_shift"] } },
"to":[ {"key_code": "vk_none"} ],
"type": "basic"

操纵器。
Karabiner-Elements' Reference Manual 查看如何使用 K-E 的事件定义页面。

关于karabiner - 如何禁用某些键的 shift(或任何修饰符)而不禁用其他键?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53727355/

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