Back to Type Challenges

README

questions/21106-medium-zu-he-jian-lei-xing-combination-key-type/README.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" target="_blank"></a> &nbsp;&nbsp;&nbsp;<a href="./README.zh-CN.md" target="_blank"></a> </p><!--info-header-end-->
  1. Combine multiple modifier keys, but the same modifier key combination cannot appear.
  2. In the ModifierKeys provided, the priority of the previous value is higher than the latter value; that is, cmd ctrl is OK, but ctrl cmd is not allowed.
<!--info-footer-start-->

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