aboutsummaryrefslogtreecommitdiff
path: root/users/edvorakjp/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'users/edvorakjp/readme.md')
-rw-r--r--users/edvorakjp/readme.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/users/edvorakjp/readme.md b/users/edvorakjp/readme.md
index d7ec74285..077ba4abd 100644
--- a/users/edvorakjp/readme.md
+++ b/users/edvorakjp/readme.md
@@ -10,7 +10,7 @@ This is a sample. You can swap any symbol keys and modifier keys.
10 //+----+----+----+----+----+----+----+----+----+----+----+----+----+---------+ 10 //+----+----+----+----+----+----+----+----+----+----+----+----+----+---------+
11 ` , ! , @ , # , $ , % , ^ , & , * , ( , ) , [ , ] , BSPC , 11 ` , ! , @ , # , $ , % , ^ , & , * , ( , ) , [ , ] , BSPC ,
12 //+----+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+-------+ 12 //+----+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+-------+
13 TAB , ' , , , . , P , Y , F , G , R , W , Q , / , = , \ , 13 TAB , ' , , , . , Y , P , F , G , R , W , Q , / , = , \ ,
14 //+------++---++---++---++---++---++---++---++---++---++---++---++---+-------+ 14 //+------++---++---++---++---++---++---++---++---++---++---++---++---+-------+
15 CAPS , A , O , E , I , U , D , T , N , S , M , - , ENT , 15 CAPS , A , O , E , I , U , D , T , N , S , M , - , ENT ,
16 //+-------+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-----------+ 16 //+-------+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-----------+
@@ -25,7 +25,7 @@ This is a sample. You can swap any symbol keys and modifier keys.
25 //+----+----+----+----+----+----+----+----+----+----+----+----+----+---------+ 25 //+----+----+----+----+----+----+----+----+----+----+----+----+----+---------+
26 ` , ! , @ , # , $ , % , ^ , & , * , ( , ) , [ , ] , BSPC , 26 ` , ! , @ , # , $ , % , ^ , & , * , ( , ) , [ , ] , BSPC ,
27 //+----+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+-------+ 27 //+----+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+-------+
28 TAB , ' , , , . , P , Y , F , G , R , W , C , / , = , 28 TAB , ' , , , . , Y , P , F , G , R , W , C , / , = ,
29 //+------++---++---++---++---++---++---++---++---++---++---++---++---++ 29 //+------++---++---++---++---++---++---++---++---++---++---++---++---++
30 CAPS , A , O , E , I , U , D , T , N , S , M , ; , - , ENT , 30 CAPS , A , O , E , I , U , D , T , N , S , M , ; , - , ENT ,
31 //+-------+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+------+ 31 //+-------+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+------+
@@ -78,11 +78,15 @@ This is a sample. You can swap any symbol keys and modifier keys.
78## for Programmer 78## for Programmer
79 79
80- Dvorak 配列をベースに、ショートカットでよく利用される XCV は QWERTY 配列の位置を維持 80- Dvorak 配列をベースに、ショートカットでよく利用される XCV は QWERTY 配列の位置を維持
81- Vimユーザのために、HJKL キーを横並びで配置 81- 一部にVimユーザ用のキー配置を実施
82 - HJKL キーを横並びで配置
83 - Shift押下時と非押下時で、";"キーの挙動を入れ替え(`config.h` 内で `#define SWAP_SCLN` の宣言が必要です)
82- デフォルトレイヤーには、数字キーの代わりに記号 `!@#$%^&*()` を配置 84- デフォルトレイヤーには、数字キーの代わりに記号 `!@#$%^&*()` を配置
83 85
84- mainly based on Dvorak layout, but XCV is available in the same position of QWERTY layout 86- mainly based on Dvorak layout, but XCV is available in the same position of QWERTY layout
85- HJKL is lining side by side, for Vim users 87- for Vim users
88 - HJKL is lining side by side
89 - swap the ";" key behavior. i.e. send ":" normally and send ";" when you hold shift. (need `#define SWAP_SCLN` in your `config.h`)
86- we can type `!@#$%^&*()` keys without shift keys in base layer 90- we can type `!@#$%^&*()` keys without shift keys in base layer
87 91
88## License 92## License