`CTRL` commands in Chrome's Address Bar
The Hashrocket Dotmatrix binds some of the UNIX CTRL-
commands to commands in Chrome's address bar. Here are a few examples:
-
CTRL-a
to move cursor to the beginning of the line -
CTRL-e
to move cursor to the end of the line -
CTRL-b
to move the cursor one space backward -
CTRL-f
to move the cursor one space forward
There are more to try; some work the same as they do in the command line, and some work differently.
Here's the code that makes this possible.
h/t Brian Dunn
Tweet