Skip to content

Commit

Permalink
Typo in Programmer's Dvorak
Browse files Browse the repository at this point in the history
- KLL 0.3d doesn't support single quote expansion combos
- Small typo
  • Loading branch information
haata committed Aug 7, 2016
1 parent 0e89882 commit 1a078b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion layouts/programmers_dvorak_default.kll
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ U"B" : 'x';
### M is in the same place
U"N" : 'b';
U"Comma" : 'w';
U"Period" : v';
#U"Period" : 'v';
U"Slash" : 'z';

U"RShift" :+ U"Function1"; # Do not replace RShift, just trigger Function1 in addition to RShift
Expand Down
22 changes: 11 additions & 11 deletions layouts/programmers_dvorak_shift.kll
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ Date = 2016-08-06;
# Top Row
U"BackTick" : '~';
U"1" : '%';
U"2" : '7' + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"3" : '5' + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"4" : '3' + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"5" : '1' + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"6" : '9' + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"7" : '0' + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"8" : '2' + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"9" : '4' + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"0" : '6' + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"-" : '8' + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"=" : '`' + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"2" : U"7" + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"3" : U"5" + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"4" : U"3" + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"5" : U"1" + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"6" : U"9" + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"7" : U"0" + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"8" : U"2" + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"9" : U"4" + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"0" : U"6" + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"-" : U"8" + blockKey( 0xE1 ) + blockKey( 0xE5 );
U"=" : U"Backtick" + blockKey( 0xE1 ) + blockKey( 0xE5 );

# Top-Middle Row
U"]" : '^';
Expand Down

0 comments on commit 1a078b2

Please sign in to comment.