You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Until documentation is written, refer to `index.html` and `example.js` for a sam
41
41
It implements key trapping to bring [GNU Readline](http://cnswww.cns.cwru.edu/php/chet/readline/readline.html) like line editing to the browser. It can be used by itself to bring readline support to custom data entry fields or in conjunction with `shell.js` to create a full console.
42
42
43
43
#### Line Editing
44
-
In the below `C-x` refers to the `Ctrl-x` keystroke, while `M-x` refers to the `Meta-x` which is mapped to `Alt`, `⌘` and `Left Windows`.
44
+
In the below `C-x` refers to the `Ctrl-x` keystroke, while `M-x` refers to the `Meta-x`keystroke which is mapped to `Alt`, `⌘` and `Left Windows`.
0 commit comments