如何使用Alt快捷键快捷输入字符 #1552
Replies: 4 comments 6 replies
-
非常實用的功能。可惜目前還沒有這樣的實現,只能迂迴,用按鍵綁定的方式把組合鍵轉化爲字符按鍵序列。 |
Beta Was this translation helpful? Give feedback.
-
我也有个类似的需求,是想在中文输入情况下用 alt 或 ctrl + 逗号输出英文逗号。试了下 |
Beta Was this translation helpful? Give feedback.
-
最后我自己用Lua实现了,详见 iDvel/rime-ice#1134 |
Beta Was this translation helpful? Give feedback.
-
別用 Lua。 用 |
Beta Was this translation helpful? Give feedback.
-
比如,键盘上很难打出En dash(–)和Em dash(—),所以我想使用Alt + -直接打出En dash(–),用Alt+Shift+-打出Em dash(—),不知道单用小狼毫不用其他工具该怎么设置呢?
Beta Was this translation helpful? Give feedback.
All reactions