Skip to content

Commit

Permalink
Map ‘V’ in alternative mode level 1 to ‘LessKey’
Browse files Browse the repository at this point in the history
  • Loading branch information
unclechu committed Feb 11, 2021
1 parent 7456601 commit 6ed4795
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified docs/scheme/ergonomic-mode-and-shifted-hjkl-render.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/scheme/ergonomic-mode-and-shifted-hjkl.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@
<td class="pinky left"> Z <small> <i>AltFix</i> </small></td>
<td class="ring left"> X <small> <i>Alt-</i> </small></td>
<td class="middle left"> C <small> <i>Alt+</i> </small></td>
<td class="index left"> V </td>
<td class="index left before-split"> B </td>
<td class="index left"> V <small> &lt; &gt; </small></td>
<td class="index left before-split"> B <small> CapsLock </small></td>
<td class="index right"> N <small> Insert <small> Calc </small></small></td>
<td class="index right"> M <small> Home <small> 🔈 </small></small></td>
<td class="middle right"> , &lt; <small> PgDown <small> 🔉 </small></small></td>
Expand Down
1 change: 1 addition & 0 deletions src/Keys.hs
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ alternativeModeRemaps ergoMode = (,)
, (XKey, Left AlternativeModeLevelDown)
, (CKey, Left AlternativeModeLevelUp)

, (VKey, Right LessKey)
, (BKey, Right CapsLockKey)
]

Expand Down

0 comments on commit 6ed4795

Please sign in to comment.