Skip to content

Commit 789b3d3

Browse files
Functionality for F1 is added in TTY mode.
F1 is added and fonts was fixed.
1 parent 0191949 commit 789b3d3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

system.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ user@machine:~$ unity --reset-icons
3636
 
3737

3838
### 5. TTY Mode:
39-
#### We can use shortcut key: control + alter + F7 # Try F2, F3, ... F6 (i.e., F2 through F6)
40-
This shoud bring up a text-based login prompt. Afterward, log in with your username (`whoami`) and password.
39+
###### We can use shortcut key: control alter F7 # Try F2, F3, ..., F6 (i.e., F2 through F6).
40+
This shoud bring up a text-based login prompt (F2 through F6). Afterward, log in with your username (`whoami`) and password. Keep in mind, F1 is reserved for GUI.
4141

42-
#### We could use terminal or console, if we access via GUI mode.
42+
###### We could use terminal or console, if we access via GUI mode.
4343
```console
4444
user@machine:~$ sudo chvt 7 # Try 1, 2, 3, ... 7
4545
```

0 commit comments

Comments
 (0)