]> BookStack Code Mirror - bookstack/blobdiff - resources/views/users/preferences/shortcuts.blade.php
Added shortcut input controls to make custom shortcuts work
[bookstack] / resources / views / users / preferences / shortcuts.blade.php
index 9bb8e81759738a73924ee0ae53aaf05d7e6d93e9..61c61dcf99e1c5b404f5f415331f12674f52eee3 100644 (file)
                 <div class="flex-container-row items-center gap-m wrap mb-m">
                     <p class="flex mb-none min-width-m text-small text-muted">
                         Here you can enable or disable keyboard system interface shortcuts, used for navigation
-                        and actions. You can customize each of the shortcuts below.
+                        and actions.
+
+                        You can customize each of the shortcuts below. Just press your desired key combination
+                        after selecting the input for a shortcut.
                     </p>
-                    <div class="flex min-width-m text-m-right">
+                    <div class="flex min-width-m text-m-center">
                         @include('form.toggle-switch', [
                             'name' => 'enabled',
                             'value' => $enabled,