docs: update Edge and New badges

This commit is contained in:
Benjamin Canac
2023-07-18 17:31:04 +02:00
parent a11248fd33
commit c91ea60c84
11 changed files with 11 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ defineShortcuts({
</script>
```
Shortcuts keys are written as the literal keyboard key value. Combinations are made with `_` separator. Chained shortcuts are made with `-` separator. :u-badge{label="New" class="!rounded-full"}
Shortcuts keys are written as the literal keyboard key value. Combinations are made with `_` separator. Chained shortcuts are made with `-` separator.
Modifiers are also available:
- `meta`: acts as `Command` for MacOS and `Control` for others