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
/* CSS for Markdown */ | |
h1 { | |
padding: 5px 7px; | |
border-left: solid 7px; | |
background-color: var(--base2); | |
} | |
h2 { | |
padding: 5px 7px; |
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
from keyhac import * | |
from pyauto import * | |
import pyauto | |
# | |
# FかJを押しながら他のキーを押すと数字や記号が打てます。 | |
# | |
# キーコード辞書(たぶんUS配列専用) '文字':キーコード (,で区切って並べる) | |
key_code = { |