This file contains hidden or 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
; | |
; IME設定変更(Windows 10の新しいIMEでキーの割り当てを変更すべし | |
; | |
;KC_LANG1 -> 変換、KC_LANG2 -> 無変換 | |
sc071 Up::Send,{vk1Dsc07B} | |
sc072 Up::Send,{vk1Csc079} | |
; | |
; 参考URL https://github.com/karakaram/alt-ime-ahk | |
; |
This file contains hidden or 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
// Place your key bindings in this file to overwrite the defaults | |
[ | |
{ | |
"key": "tab", | |
"command": "toggleSuggestionDetails", | |
"when": "suggestWidgetVisible && textInputFocus" | |
}, | |
{ | |
"key": "tab", | |
"command": "selectNextSuggestion", |
This file contains hidden or 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
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |
[_QWERTY] = LAYOUT_kc( \ | |
//,-----------------------------------------. ,-----------------------------------------. | |
ESC, Q, W, E, R, T, Y, U, I, O, P, BSPC,\ | |
//|------+------+------+------+------+------| |------+------+------+------+------+------| | |
SFTTB, A, S, D, F, G, H, J, K, L, SCLN, QUOT,\ | |
//|------+------+------+------+------+------| |------+------+------+------+------+------| | |
LCTL, Z, X, C, V, B, N, M, COMM, DOT, SLSH, ENT,\ | |
//|------+------+------+------+------+------+------| |------+------+------+------+------+------+------| | |
GUIEI, LOWER, SPC, SPC, RAISE, ALTKN \ |