We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f74428 commit 8d1f5d1Copy full SHA for 8d1f5d1
.gitignore
@@ -7,3 +7,5 @@ sauce_connect.log
7
sc_*.log
8
9
demo/.pyftpsync-meta.json
10
+
11
+.pyftpsync-meta.json
README.md
@@ -468,7 +468,7 @@ and make it right aligned via CSS:
468
In order open a context menu with the keyboard, make sure the target elements
469
are tabbable, for example by adding a `tabindex="0"` attribute.
470
Also make sure the `autoFocus: true` option is set.
471
-This will allow to Use <kbd>Tab</key> and the Windows <key>Menu</key> keys.
+This will allow to Use <kbd>Tab</kbd> and the Windows <kbd>Menu</kbd> keys.
472
473
474
### [Howto] Modify the menu using an asynchronous request
0 commit comments