Windowsの設定->言語と地域->日本語->言語のオプション->キーボードレイアウトでキーボードレイアウトを英語キーボード(101/102キー)に変更する
- Powertoysをインストールし、Keyboard Managerで変換/無変換キーを
IME Convert/IME Non-Convertにリマップする
| <template> | |
| <v-row> | |
| <v-col> | |
| <v-card width="500" height="500"> | |
| <div id="p5Canvas"></div> | |
| </v-card> | |
| </v-col> | |
| </v-row> | |
| </template> |
| name: Deploy to firebase | |
| on: | |
| push: | |
| branches: [ master ] | |
| pull_request: | |
| branches: [ master ] | |
| jobs: | |
| build: |
| git archive --format=zip --prefix=root/ HEAD `git diff --name-only MyBranch` -o archive.zip |
| wget -p http://hogehoge.com |
| [表示名](https://hoogehoge.com "title") |
| # Your init script | |
| # | |
| # Atom will evaluate this file each time a new window is opened. It is run | |
| # after packages are loaded/activated and after the previous editor state | |
| # has been restored. | |
| # | |
| # An example hack to log to the console when each text editor is saved. | |
| # | |
| # atom.workspace.observeTextEditors (editor) -> | |
| # editor.onDidSave -> |