forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'qmk/develop' into develop
* qmk/develop: (48 commits) handwired/nicekey optimisation (qmk#14788) Allow AVR Bootloader size to be configurable (qmk#14783) [Keymap] gipsy-king's layout for cornelius (qmk#14602) [Keyboard] Add ZSA Moonlander VIA support (qmk#14603) [Keyboard] Add Rart67M and support via (qmk#14630) [Keyboard] Add Jay60 PCB (qmk#14676) [Keymap] lets split keymap for shaymdev (qmk#14663) [Keymap] Architeutis Dux keymap (qmk#14728) [Keyboard] Add blank01 keyboard (qmk#14698) [Keyboard] New Keyboard: Horizon (qmk#14776) [Keyboard] Modify mokey64 matrix (qmk#14761) [Keyboard] Add BIOI F60 (qmk#14763) [Keyboard] Fix lck75 via keymap (qmk#14786) Fix misplaced endif in led_matrix_drivers.c (qmk#14785) [Keyboard] Add bootmagic lite keys to both halve of Sweep (qmk#14732) [Keyboard] Add bootmagic lite keys to both halve of A.dux (qmk#14731) [Keyboard] update lck75 keyboard layouts (qmk#14687) [Keymap] orthodox keymap for shaymdev (qmk#14660) [Keyboard] Add keebsforall/freebirdtkl (qmk#14460) [Keyboard] nullbitsco keyboards: common file cleanup (qmk#14358) ...
- Loading branch information
Showing
270 changed files
with
8,598 additions
and
2,085 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# US ANSI シフト記号 | ||
|
||
<!--- | ||
original document: 0.13.23:docs/keycodes_us_ansi_shifted.md | ||
git diff 0.13.23 HEAD -- docs/keycodes_us_ansi_shifted.md | cat | ||
--> | ||
これらのキーコードは、標準の US ANSI 配列のキーボードで「シフトされる」文字に対応します。これらのキーコードは自身のキーコードを持たず、`LSFT(kc)` の単なるショートカットであり、記号自体ではなく Shift キー抜きのキーコードと左 Shift キーを送信します。 | ||
|
||
## 注意書き | ||
|
||
残念ながら、これらのキーコードは、モッドタップやレイヤータップの中で使えません。キーコードで指定されたモディファイアは無視されるからです。 | ||
|
||
さらに、Windows でリモートデスクトップ接続を使う場合に、問題が発生する場合があります。なぜならば、これらのコードは Shift キーを非常に速く送信するため、リモートデスクトップがコードを見落とすかもしれないからです。 | ||
|
||
この問題を解決するには、リモートデスクトップ接続を開いて「オプションの表示」をクリックし、「ローカル リソース」タブを開きます。キーボードセクションでドロップダウンを「このコンピュータ」に変更します。これで問題が解決され、文字が正しく機能するようになります。 | ||
|
||
## キーコード | ||
|
||
|キー |エイリアス |説明 | | ||
|------------------------|-------------------|-----------| | ||
|`KC_TILDE` |`KC_TILD` |`~` | | ||
|`KC_EXCLAIM` |`KC_EXLM` |`!` | | ||
|`KC_AT` | |`@` | | ||
|`KC_HASH` | |`#` | | ||
|`KC_DOLLAR` |`KC_DLR` |`$` | | ||
|`KC_PERCENT` |`KC_PERC` |`%` | | ||
|`KC_CIRCUMFLEX` |`KC_CIRC` |`^` | | ||
|`KC_AMPERSAND` |`KC_AMPR` |`&` | | ||
|`KC_ASTERISK` |`KC_ASTR` |`*` | | ||
|`KC_LEFT_PAREN` |`KC_LPRN` |`(` | | ||
|`KC_RIGHT_PAREN` |`KC_RPRN` |`)` | | ||
|`KC_UNDERSCORE` |`KC_UNDS` |`_` | | ||
|`KC_PLUS` | |`+` | | ||
|`KC_LEFT_CURLY_BRACE` |`KC_LCBR` |`{` | | ||
|`KC_RIGHT_CURLY_BRACE` |`KC_RCBR` |`}` | | ||
|`KC_PIPE` | |`\|` | | ||
|`KC_COLON` |`KC_COLN` |`:` | | ||
|`KC_DOUBLE_QUOTE` |`KC_DQUO`, `KC_DQT`|`"` | | ||
|`KC_LEFT_ANGLE_BRACKET` |`KC_LABK`, `KC_LT` |`<` | | ||
|`KC_RIGHT_ANGLE_BRACKET`|`KC_RABK`, `KC_GT` |`>` | | ||
|`KC_QUESTION` |`KC_QUES` |`?` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.