浏览代码

Add more shifted Dvorak key code definitions

Jonathan A. Kollasch 8 年之前
父节点
当前提交
f0021c9cb9
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      quantum/keymap_extras/keymap_dvorak.h

+ 4 - 0
quantum/keymap_extras/keymap_dvorak.h

@@ -70,6 +70,10 @@
 #define DV_LCBR	LSFT(DV_LBRC)
 #define DV_LCBR	LSFT(DV_LBRC)
 #define DV_RCBR	LSFT(DV_RBRC)
 #define DV_RCBR	LSFT(DV_RBRC)
 
 
+#define DV_DQUO	LSFT(DV_QUOT)
+#define DV_LABK	LSFT(DV_COMM)
+#define DV_RABK	LSFT(DV_DOT)
+
 #define DV_QUES	LSFT(DV_SLSH)
 #define DV_QUES	LSFT(DV_SLSH)
 #define DV_PLUS	LSFT(DV_EQL)
 #define DV_PLUS	LSFT(DV_EQL)
 #define DV_PIPE	LSFT(DV_BSLS)
 #define DV_PIPE	LSFT(DV_BSLS)