This shows you the differences between two versions of the page.
| — |
virtualbox [2021/01/07 08:06] (current) ss_wiki_admin created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | == Keyboard Auto-Repeat == | ||
| + | Consoles inside slow VMs often result in duplicate characters being displayed on typing. | ||
| + | The solution is to run the following command: | ||
| + | <code bash> | ||
| + | setterm -repeat off | ||
| + | </ | ||
| + | Place the command in your ~/.bashrc or similar to execute on login. | ||