From 7858430631d8c368b9ea20b6fee62eb35927c5b4 Mon Sep 17 00:00:00 2001 From: Carlo Bertoldi Date: Thu, 20 Aug 2020 10:23:08 +0200 Subject: [PATCH] Add a note for mac users in documentation * Add a custom style to make keyboard shortcuts readable when experimental keyboard display is made official. --- docs/styles/dark.css | 3 ++- docs/topics/KeyboardShortcuts.adoc | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/styles/dark.css b/docs/styles/dark.css index 2c5b50a29..a32c366f3 100644 --- a/docs/styles/dark.css +++ b/docs/styles/dark.css @@ -455,6 +455,7 @@ p{font-family: "Noto Sans",sans-serif !important} blockquote{color:var(--quotecolor) !important} .quoteblock{color:var(--textcolor)} code{color:var(--textcoloralt);background-color: var(--sidebarbackground) !important} +.keyseq{color:var(--textcoloralt);} /* Table styles */ @@ -531,4 +532,4 @@ a:hover {color: var(--linkhovercolor);} } .subtitle { font-size: 1.5em; -} \ No newline at end of file +} diff --git a/docs/topics/KeyboardShortcuts.adoc b/docs/topics/KeyboardShortcuts.adoc index 837fa9608..93baa303d 100644 --- a/docs/topics/KeyboardShortcuts.adoc +++ b/docs/topics/KeyboardShortcuts.adoc @@ -3,6 +3,8 @@ include::.sharedheader[] :imagesdir: ../images // tag::content[] +NOTE: On macOS please substitute `Ctrl` with `Cmd` (aka `⌘`). + [grid=rows, frame=none, width=75%] |=== |Action | Keyboard Shortcut @@ -31,6 +33,7 @@ include::.sharedheader[] |Hide Window | Ctrl + Shift + M |Select Next Database Tab | Ctrl + Tab ; Ctrl + PageDn |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 Usernames Hidden | Ctrl + Shift + B |Focus Groups (edit if focused) | F1