-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot.nodoka
More file actions
43 lines (33 loc) · 899 Bytes
/
Copy pathdot.nodoka
File metadata and controls
43 lines (33 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# 〠 for encoding detection
# https://appletllc.com/web/nodoka-doc/MANUAL-ja.html
include "109.nodoka"
def key Eisu = 0x71
def key Kana = 0x72
def key E0RightShift = E0-0x36
keymap Global
# Windows emulation on HHKB Pro JP with SW1 and SW5 enabled
if ( HHKB_MAC )
# LAlt <-> LWindows
mod Windows -= LWindows
mod Alt += LWindows
key *LAlt = *LWindows
mod Alt -= LAlt
mod Windows += LAlt
key *LWindows = *LAlt
key U-*IC-Eisu = D-無変換 U-無変換
key U-Kana = D-変換 U-変換
key ReverseSolidus = S-ReverseSolidus
endif
# Caps -> Ctrl
mod Control += 英数
key *英数 = *LCtrl
# RShift (RDP)
mod Shift += E0RightShift
key *E0RightShift = *LShift
key IC-C-S-H = C-Backspace
# 削除
key C-D = Delete
key C-S-D = S-Delete
key C-H = Backspace
key S-A-LeftSquareBracket = C-S-Tab
key S-A-RightSquareBracket = C-Tab