-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
28 lines (25 loc) · 1.52 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#-----------------------------------------------------------#
| Author: Yassine Maaroufi |
| Email: [email protected] |
| |
| Description: Admyral is a minimal keyboard driven |
| web browser written in Python and Qt |
| |
| Licence: GPLv3 |
#-----------------------------------------------------------#
#-------- Shortcuts ----------------------------------------#
| |
| * Ctrl+J Previous Tab |
| * Ctrl+K Next Tab |
| * Ctrl+L Open URL Bar |
| * Ctrl+T Open New Tab |
| * Ctrl+W Close Tab |
| * Ctrl+Q Close Browser |
| |
| * F2 Open Tabs List |
| * F6 Open URL Bar |
| |
#--------- When URL bar is open ----------------------------#
| * Esc Close URL Bar |
| * Enter Go to URL |
#-----------------------------------------------------------#