Skip to content

Commit

Permalink
add a bunch of moves supported by Le Dot for KS
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed Oct 28, 2022
1 parent 32ce17b commit 3190ba1
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions KeyboardStrategyImplementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Most of the time the fallback happens automatically, but some apps (usually Elec
| `/<CR>` | ❌️ | | | `0` | |
| `^` | | | | `b`, `<S-Left>` | ✅️️ |
| `+`, `<CR>`, `CTRL-M`, `<Enter>` | ✅️️ | | | `C` | | ❌️
| `<<` | ✅️️ | ❌️ | | `c`, `s` | | ❌️
| `>>` | ✅️️ | ❌️ | | `D` | | ❌️
| `<<` | ✅️️ | | | `c`, `s` | | ❌️
| `>>` | ✅️️ | | | `D` | | ❌️
| `$`, `<End>` | ❌️ | | | `d`, `<Del>`, `x` | | ❌️
| `0` | | | | `e` | ✅️️ |
| `A` | ❌️ | ❌️ | | `G` | ❌️ |
Expand All @@ -39,19 +39,19 @@ Most of the time the fallback happens automatically, but some apps (usually Elec
| `cj`, `cCTRL-J`, `cCTRL-N`, `c<Down>` | ❌️ | ❌️ | | `V` | ❌️ |
| `ck`, `cCTRL-P`, `c<Up>` | ❌️ | ❌️ | | `v` | ❌️ |
| `cw` | ✅️️ | ❌️ | | `w`, `<S-Right>` | ✅️️ |
| `D`, `d$`, `dEnd` | ❌️ | ❌️ | | `X` | | ❌️
| `d0` | | ❌️ | | `Y` | |
| `db` | ✅️️ | ❌️ | | `y` | |
| `dd` | ❌️ | ❌️ |
| `de` | ✅️️ | ❌️ |
| `dG` | ❌️ | ❌️ |
| `dg$`, `dgEnd` | ❌️ | ❌️ |
| `dg0`, `dgHome` | | ❌️ |
| `dgg` | ❌️ | ❌️ |
| `diw` | ❌️ | ❌️ |
| `dj`, `dCTRL-J`, `dCTRL-N`, `d<Down>` | ❌️ | ❌️ |
| `dk`, `dCTRL-P`, `d<Up>` | ❌️ | ❌️ |
| `dw` | ❌️ | ❌️ |
| `D`, `d$`, `dEnd` | ❌️ | | | `X` | | ❌️
| `d0` | | | | `Y` | |
| `db` | ✅️️ | | | `y` | |
| `dd` | ❌️ | |
| `de` | ✅️️ | |
| `dG` | ❌️ | |
| `dg$`, `dgEnd` | ❌️ | |
| `dg0`, `dgHome` | | |
| `dgg` | ❌️ | |
| `diw` | ❌️ | |
| `dj`, `dCTRL-J`, `dCTRL-N`, `d<Down>` | ❌️ | |
| `dk`, `dCTRL-P`, `d<Up>` | ❌️ | |
| `dw` | ❌️ | |
| `e` | ✅️️ | |
| `G` | ❌️ | |
| `g_` | ❌️ | |
Expand Down Expand Up @@ -81,8 +81,8 @@ Most of the time the fallback happens automatically, but some apps (usually Elec
| `s`, `cl`, `c<Right>`, `c<Space>` | ✅️️ | ❌️ |
| `u` | ✅️️ | ❌️ |
| `w`, `<S-Right>` | ✅️️ | |
| `X`, `dh`, `d<BS>`, `dCTRL-H`, `d<Left>` | ✅️️ | ❌️ |
| `x`, `<Del>`, `dl`, `d<Right>`, `d<Space>` | ✅️️ | ❌️ |
| `X`, `dh`, `d<BS>`, `dCTRL-H`, `d<Left>` | ✅️️ | |
| `x`, `<Del>`, `dl`, `d<Right>`, `d<Space>` | ✅️️ | |
| `Y` | ❌️ | |
| `y$`, `yEnd` | ❌️ | |
| `y0` | | |
Expand Down

0 comments on commit 3190ba1

Please sign in to comment.