mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-13 08:19:50 -05:00
Add a note for mac users in documentation
* Add a custom style to make keyboard shortcuts readable when experimental keyboard display is made official.
This commit is contained in:
parent
9a35bba3b7
commit
7858430631
@ -455,6 +455,7 @@ p{font-family: "Noto Sans",sans-serif !important}
|
|||||||
blockquote{color:var(--quotecolor) !important}
|
blockquote{color:var(--quotecolor) !important}
|
||||||
.quoteblock{color:var(--textcolor)}
|
.quoteblock{color:var(--textcolor)}
|
||||||
code{color:var(--textcoloralt);background-color: var(--sidebarbackground) !important}
|
code{color:var(--textcoloralt);background-color: var(--sidebarbackground) !important}
|
||||||
|
.keyseq{color:var(--textcoloralt);}
|
||||||
|
|
||||||
|
|
||||||
/* Table styles */
|
/* Table styles */
|
||||||
|
@ -3,6 +3,8 @@ include::.sharedheader[]
|
|||||||
:imagesdir: ../images
|
:imagesdir: ../images
|
||||||
|
|
||||||
// tag::content[]
|
// tag::content[]
|
||||||
|
NOTE: On macOS please substitute `Ctrl` with `Cmd` (aka `⌘`).
|
||||||
|
|
||||||
[grid=rows, frame=none, width=75%]
|
[grid=rows, frame=none, width=75%]
|
||||||
|===
|
|===
|
||||||
|Action | Keyboard Shortcut
|
|Action | Keyboard Shortcut
|
||||||
@ -31,6 +33,7 @@ include::.sharedheader[]
|
|||||||
|Hide Window | Ctrl + Shift + M
|
|Hide Window | Ctrl + Shift + M
|
||||||
|Select Next Database Tab | Ctrl + Tab ; Ctrl + PageDn
|
|Select Next Database Tab | Ctrl + Tab ; Ctrl + PageDn
|
||||||
|Select Previous Database Tab | Ctrl + Shift + Tab ; Ctrl + PageUp
|
|Select Previous Database Tab | Ctrl + Shift + Tab ; Ctrl + PageUp
|
||||||
|
|Select the nth database | Ctrl + n, where n is the number of the database tab
|
||||||
|Toggle Passwords Hidden | Ctrl + Shift + C
|
|Toggle Passwords Hidden | Ctrl + Shift + C
|
||||||
|Toggle Usernames Hidden | Ctrl + Shift + B
|
|Toggle Usernames Hidden | Ctrl + Shift + B
|
||||||
|Focus Groups (edit if focused) | F1
|
|Focus Groups (edit if focused) | F1
|
||||||
|
Loading…
Reference in New Issue
Block a user