Add more shifted Dvorak key code definitions

This commit is contained in:
Jonathan A. Kollasch 2016-09-19 14:25:44 -05:00
parent 5f9c2f63ff
commit f0021c9cb9
1 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,10 @@
#define DV_LCBR LSFT(DV_LBRC)
#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_PLUS LSFT(DV_EQL)
#define DV_PIPE LSFT(DV_BSLS)