From ed0c0c20c095ac693dac3f1c4145e4c8dc83601a Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Wed, 27 Jan 2021 19:34:14 -0500 Subject: Native keyboard shortcuts settings (#1322) * Fix style issue * Add ExtensionKeyboardShortcutController * Move descriptions * Add separator line --- ext/bg/settings2.html | 107 ++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 87 insertions(+), 20 deletions(-) (limited to 'ext/bg/settings2.html') diff --git a/ext/bg/settings2.html b/ext/bg/settings2.html index e55df47a..63498020 100644 --- a/ext/bg/settings2.html +++ b/ext/bg/settings2.html @@ -1628,32 +1628,32 @@

- Yomichan includes keyboard shortcuts for some common actions that can be configured - using the web browser's settings. - To configure these shortcuts: + Yomichan has two categories of keyboard shortcuts:

- - - - - -
    -
  • Open the extensions page (about:addons)
  • -
  • Click the button on the right with the gear icon, then click Manage Extension Shortcuts.
  • -
  • Find the Yomichan section and configure the shortcuts.
  • +
      +
    • + Standard keyboard shortcuts are controlled by the extension, and can be added, removed, + and configured to work on webpages that Yomichan functions on. +
    • +
    • + Native keyboard shortcuts are controlled by the web browser, and function globally + within the web browser or system-wide. +
-
Configure keyboard shortcuts…
+
Configure standard keyboard shortcuts…
+
+
+ +
+
+
+
+
Configure native keyboard shortcuts…
@@ -2534,7 +2534,7 @@
-
+
Deck
@@ -3042,6 +3042,55 @@
+ + + + + + @@ -3165,6 +3231,7 @@ + -- cgit v1.2.3