Skip to content

Commit

Permalink
doc: document readline keybindings
Browse files Browse the repository at this point in the history
This is a rework of closed pr nodejs#20825
fixes: nodejs#20814
  • Loading branch information
HarshithaKP committed Jan 8, 2020
1 parent 96872ea commit 0de07fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/api/readline.md
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,18 @@ const { createInterface } = require('readline');
</tr>
</table>

Below bindings doesn't work on all platforms
1. ctrl + shift + backspace: doesn't work on Linux, Mac and Windows
2. ctrl + shift + delete: doesn't work on Linux and Mac
3. ctrl + d: doesn't work on Windows
4. ctrl + z: doesn't work on Windows
5. ctrl + backspace: doesn't work as expected on Windows
6. ctrl + delete: doesn't work on Mac
7. ctrl + left: doesn't work on Mac
8. ctrl + right: doesn't work on Mac
9. meta + delete: deosn't work on windows
10. meta + backspace: doesn't work on Mac

[`'SIGCONT'`]: readline.html#readline_event_sigcont
[`'SIGTSTP'`]: readline.html#readline_event_sigtstp
[`'line'`]: #readline_event_line
Expand Down

0 comments on commit 0de07fc

Please sign in to comment.