|
2 жил өмнө | |
---|---|---|
.. | ||
edvorakjp.c | 0da6562c4d Make default layer size 16-bit (#15286) | 3 жил өмнө |
edvorakjp.h | 5629ba1807 Remove legacy keycodes, part 4 (#18683) | 2 жил өмнө |
edvorakjp_process_record.c | 3dbb7f261d [Keymap] Remove LAYOUT_kc macros from edvorakjp keymaps (#12217) | 4 жил өмнө |
edvorakjp_status.c | bad8c5992b Remove legacy sendstring keycodes (#18749) | 2 жил өмнө |
edvorakjp_tap_dance.c | 1706da9054 tap-dance: Restructure code and document in more detail (#16394) | 3 жил өмнө |
readme.md | 9d915ed051 Update edvorak keymap simplify (#5350) | 6 жил өмнө |
rules.mk | f3ffd6ad50 Keymap: Refactor edvorakjp user library (#4480) | 6 жил өмнө |
epaew's Enhanced Dvorak layout for Japanese Programmer
This is a sample. You can swap any symbol keys and modifier keys.
Basic layout (for ansi)
//+----+----+----+----+----+----+----+----+----+----+----+----+----+---------+
` , ! , @ , # , $ , % , ^ , & , * , ( , ) , [ , ] , BSPC ,
//+----+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+-------+
TAB , ' , , , . , Y , Q , F , G , R , W , P , / , = , \ ,
//+------++---++---++---++---++---++---++---++---++---++---++---++---+-------+
CAPS , A , O , E , I , U , D , T , N , S , M , - , ENT ,
//+-------+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-----------+
LSFT , : , X , C , V , Z , H , J , K , L , B , RSFT ,
//+------+--+---++----++---+----+----+----+----+-+--+---++----++------+------+
LCTL , LGUI , LALT , SPACE , RALT , RGUI , MENU , RCTL
//+------+------+------+-------------------------+------+------+------+------+
And you can see my iris keyboard layout for sample implementation, too.
config.h
内で #define SWAP_SCLN
の宣言が必要です)デフォルトレイヤーには、数字キーの代わりに記号 !@#$%^&*()
を配置
mainly based on Dvorak layout, but XCV is available in the same position of QWERTY layout
for Vim users
#define SWAP_SCLN
in your config.h
)we can type !@#$%^&*()
keys without shift keys in base layer
Copyright 2018 Ryo Maeda epaew.333@gmail.com @epaew
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.