Skip to content

Commit 48d6400

Browse files
committed
fmt docs
1 parent cba6500 commit 48d6400

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

winit-core/src/keyboard.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)