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
status key command | |
Composition Backspace Backspace | |
Composition Ctrl a MoveCursorToBeginning | |
Composition Ctrl Backspace Backspace | |
Composition Ctrl d MoveCursorRight | |
Composition Ctrl Down MoveCursorToEnd | |
Composition Ctrl e MoveCursorToBeginning | |
Composition Ctrl Enter Commit | |
Composition Ctrl f MoveCursorToEnd | |
Composition Ctrl g Delete |
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
~ ~ | |
, 、 | |
. 。 | |
/ ・ | |
: ー | |
; っ | |
[ 「 | |
] 」 | |
a あ | |
ba ば |
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
;以下を参考に作成 | |
;https://gist.github.com/kondei/87b5f783a6f84a653790 | |
;---------------------------------------------------------- | |
;検索関数 | |
;- ウェブのアドレスならそれを開く | |
;- ディレクトリアドレスならエクスプローラで開く | |
;- それ以外の文字列ならGoogle検索 ※未実装 | |
search(){ | |
bk = %ClipboardAll% ;今のクリップボードをバックアップ | |
Clipboard = |
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
/* Please visit the URL below for more information: */ | |
/* https://shd101wyy.github.io/markdown-preview-enhanced/#/customize-css */ | |
@font-face { | |
font-family: "BIZ UDPGothic"; | |
src: local("BIZ UDPGothic"); | |
} | |
@font-face { | |
font-family: "Segoe UI"; |