-
Notifications
You must be signed in to change notification settings - Fork 9
/
lapwing-semi-modal-movement.json
42 lines (42 loc) · 1.48 KB
/
lapwing-semi-modal-movement.json
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
{
"*FR": "{#Shift(Home)}{^}",
"*FBL": "{#Shift(Page_Down)}{^}",
"*R": "{#Shift(Left)}{^}",
"*RPG": "{#Shift(Page_Up)}{^}",
"*RB": "{#Control_L(Shift(Left))}{^}",
"*P": "{#Shift(Up)}{^}",
"*B": "{#Shift(Down)}{^}",
"*BG": "{#Control_L(Shift(Right))}{^}",
"*LG": "{#Shift(End)}{^}",
"*G": "{#Shift(Right)}{^}",
"-FR": "{#Home}{^}",
"-FPL": "{#Control(Home)}{^}",
"-FBL": "{#Page_Down}{^}",
"-R": "{#Left}{^}",
"-RPG": "{#Page_Up}{^}",
"-RB": "{#Control_L(Left)}{^}",
"-RBG": "{#Control(End)}",
"-RBT": "{#Control_L(Left)}{#Control_L(Left)}{#Control_L(Left)}{^}",
"-RBTS": "{#Control_L(Left)}{#Control_L(Left)}{#Control_L(Left)}{#Control_L(Left)}{^}",
"-RBS": "{#Control_L(Left)}{#Control_L(Left)}{^}",
"-RT": "{#Left}{^}{#Left}{^}{#Left}{^}",
"-RTS": "{#Left}{^}{#Left}{^}{#Left}{^}{#Left}{^}",
"-RS": "{#Left}{^}{#Left}{^}",
"-P": "{#Up}{^}",
"-PT": "{#Up}{^}{#Up}{^}{#Up}{^}",
"-PTS": "{#Up}{^}{#Up}{^}{#Up}{^}{#Up}{^}",
"-PS": "{#Up}{^}{#Up}{^}",
"-B": "{#Down}{^}",
"-BG": "{#Control_L(Right)}{^}",
"-BGT": "{#Control_L(Right)}{#Control_L(Right)}{#Control_L(Right)}{^}",
"-BGTS": "{#Control_L(Right)}{#Control_L(Right)}{#Control_L(Right)}{#Control_L(Right)}{^}",
"-BGS": "{#Control_L(Right)}{#Control_L(Right)}{^}",
"-BT": "{#Down}{^}{#Down}{^}{#Down}{^}",
"-BTS": "{#Down}{^}{#Down}{^}{#Down}{^}{#Down}{^}",
"-BS": "{#Down}{^}{#Down}{^}",
"-LG": "{#End}{^}",
"-G": "{#Right}{^}",
"-GT": "{#Right}{^}{#Right}{^}{#Right}{^}",
"-GTS": "{#Right}{^}{#Right}{^}{#Right}{^}{#Right}{^}",
"-GS": "{#Right}{^}{#Right}{^}"
}