File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1699,12 +1699,12 @@ bitflags! {
16991699 ///
17001700 /// `↓` / `↑` denote physical press/release[^1]:
17011701 ///
1702- /// | Type | Activated | Deactivated | Comment |
1703- /// | -----| :----: | :------: | ------- |
1704- /// | __Regular__ | `↓` | `↑` | Active while being held |
1705- /// | __Sticky__ | `↓` | `↓` unless lock is enabled<br>`↓`/`↑`[^2] __non__-sticky key | Temporarily "stuck"; other `Sticky` keys have no effect|
1706- /// | __Sticky Locked__ | `↓` <br>if `Sticky` | `↓` | Similar to `Toggle`, but deactivating `↓` turns on `Regular` effect |
1707- /// | __Toggle__ | `↓` | `↓` | `↑` from the activating `↓` has no effect|
1702+ /// | Type | Activated | Deactivated | Comment |
1703+ /// | ----------------- | :----------------- : | :--- ------: | ------- |
1704+ /// | __Regular__ | `↓` | `↑` | Active while being held |
1705+ /// | __Sticky__ | `↓` | `↓` unless lock is enabled<br>`↓`/`↑`[^2] __non__-sticky key | Temporarily "stuck"; other `Sticky` keys have no effect |
1706+ /// | __Sticky Locked__ | `↓` <br>if `Sticky` | `↓` | Similar to `Toggle`, but deactivating `↓` turns on `Regular` effect |
1707+ /// | __Toggle__ | `↓` | `↓` | `↑` from the activating `↓` has no effect |
17081708 ///
17091709 /// `Sticky` effect avoids the need to press and hold multiple modifiers for a single shortcut and
17101710 /// is usually a platform-wide option that affects modifiers _commonly_ used in shortcuts:
You can’t perform that action at this time.
0 commit comments