Skip to content

Commit f080cf8

Browse files
committed
update changelog
1 parent cb4420e commit f080cf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/changelog/unreleased.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,10 @@ changelog entry.
8181
- `keyboard::ModifiersKey` to track which modifier is exactly pressed.
8282
- `ActivationToken::as_raw` to get a ref to raw token.
8383
- Each platform now has corresponding `WindowAttributes` struct instead of trait extension.
84+
- Added support for using <kbd>AltGr</kbd>, <kbd>CapsLock</kbd>,<kbd>NumLock</kbd>, <kbd>ScrollLock</kbd>, <kbd>Fn</kbd>, <kbd>FnLock</kbd>, <kbd>KanaLock</kbd>, <kbd>Loya</kbd>, <kbd>Roya</kbd>, <kbd>Symbol</kbd>, <kbd>SymbolLock</kbd> as separate modifiers.
8485
- On Windows, update side-aware `event::Modifiers` information on state change.
8586
- On Windows, added <kbd>AltGr</kbd> as a separate modifier (though currently <kbd>AltGr</kbd>+<kbd>LCtrl</kbd> can't be differentiated from just <kbd>AltGr</kbd>).
87+
- On Windows, added <kbd>CapsLock</kbd>,<kbd>NumLock</kbd>, <kbd>ScrollLock</kbd>, <kbd>KanaLock</kbd>, <kbd>Loya</kbd>, <kbd>Roya</kbd> as separate modifiers.
8688

8789
### Changed
8890

0 commit comments

Comments
 (0)