Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何使用 autohotkey 在任何一个键(如 ALT 或 4)或空格中分配 Control + Shift + S。我是 autohotkey 的新手。我需要这个组合键在一个键中。因为,在我的工作中我需要反复按这些键?
空间::^+s
用您想要重新映射到 Control + Shift + S 的键替换空格。