Back to Type Challenges

README.Zh CN

questions/21106-medium-zu-he-jian-lei-xing-combination-key-type/README.zh-CN.md

latest1.4 KB
Original Source
<!--info-header-start--><h1>组合键类型 Combination key type </h1><blockquote><p>by Nauxscript <a href="https://github.com/Nauxscript" target="_blank">@Nauxscript</a></p></blockquote><p><a href="https://tsch.js.org/21106/play/zh-CN" target="_blank"></a> &nbsp;&nbsp;&nbsp;<a href="./README.md" target="_blank"></a> </p><!--info-header-end-->
  1. 把多个修饰键两两组合,但不可以出现相同的修饰键组合。
  2. 提供的 ModifierKeys 中,前面的值比后面的值高,即 cmd ctrl 是可以的,但 ctrl cmd 是不允许的。
<!--info-footer-start-->

<a href="../../README.zh-CN.md" target="_blank"></a> <a href="https://tsch.js.org/21106/answer/zh-CN" target="_blank"></a> <a href="https://tsch.js.org/21106/solutions" target="_blank"></a> <!--info-footer-end-->