Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsuke/keybindings
効率が良いキーボード
https://github.com/gsuke/keybindings
autohotkey xremap
Last synced: 1 day ago
JSON representation
効率が良いキーボード
- Host: GitHub
- URL: https://github.com/gsuke/keybindings
- Owner: gsuke
- License: mit
- Created: 2022-11-12T02:40:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T09:50:57.000Z (2 months ago)
- Last Synced: 2024-09-15T12:23:50.767Z (2 months ago)
- Topics: autohotkey, xremap
- Language: AutoHotkey
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gsuke Keybindings
個人用のホットキーの設定集。
JIS 配列キーボードを前提とする。## 設定方法
* [Linux](linux/README.md)
* [Windows](windows/README.md)## ホットキー一覧
| 入力キー | 割り当てられる機能 |
| ---------------- | ------------------ |
| CapsLock | 左 Ctrl |
| 半角/全角 | Esc |
| 無変換 | IME オフ |
| 変換(※) | IME オン |
| 変換(長押し)(※) | 右 Shift |
| 無変換 + H | ← |
| 無変換 + J | ↓ |
| 無変換 + K | ↑ |
| 無変換 + L | → |
| 無変換 + A | Home |
| 無変換 + E | End |
| 無変換 + Space | Enter |
| 無変換 + ; | BackSpace |
| 無変換 + : | Delete |注「カタカナひらがな」「右 Shift」キーも「変換」キーと同じ動作となる。
## 補足: VirtualBox 上での使用
ゲスト OS に AutoHotKey の設定を反映させるために、
環境設定 > 入力 > キーボードの自動キャプチャー をオフにする。