chore(docs): update markdown documentation with proper keyboard shortcuts

This commit is contained in:
Elian Doran
2025-03-14 18:01:53 +02:00
parent 6b89bffffb
commit 8b0ddf6f9d
14 changed files with 68 additions and 68 deletions

View File

@@ -9,7 +9,7 @@ If you have trouble finding it the log files, there's also an in-app option in t
## Frontend logs
To provide frontend logs, we need to open the Developer Console. Often the easiest way is to press `CTRL-SHIFT-I` which should work in most browsers (and desktop app). Make sure that the error producing action happened right before you copy&paste the errors, the console is cleared on app restart.
To provide frontend logs, we need to open the Developer Console. Often the easiest way is to press <kbd>Ctrl</kbd>\-<kbd>Shift</kbd>\-<kbd>I</kbd> which should work in most browsers (and desktop app). Make sure that the error producing action happened right before you copy&paste the errors, the console is cleared on app restart.
If that doesn't work, then:

View File

@@ -1,4 +1,4 @@
# Refreshing the application
Some changes to the application will not take effect immediately and as such it might require to manually reload or refresh the application.
To do so, simply press Ctrl+Shift+R.
To do so, simply press <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>R</kbd>.