input: Add support for ISO level3 shift modifier

This modifier is typically called "AltGr" on keyboards or "Mod5" in xkb
layouts. Requires a Smithay update.
This commit is contained in:
Andreas Stührk
2024-03-22 22:09:25 +01:00
committed by Ivan Molodetskikh
parent 0f724f2011
commit d120e0c451
3 changed files with 29 additions and 3 deletions
Generated
+2 -2
View File
@@ -3088,7 +3088,7 @@ checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
[[package]]
name = "smithay"
version = "0.3.0"
source = "git+https://github.com/Smithay/smithay.git#e61db794643190d4628fbb045634827e4619ffdf"
source = "git+https://github.com/Smithay/smithay.git#e5f006818df7ebb92d206985f45e713ba1e9c1c9"
dependencies = [
"appendlist",
"bitflags 2.4.2",
@@ -3160,7 +3160,7 @@ dependencies = [
[[package]]
name = "smithay-drm-extras"
version = "0.1.0"
source = "git+https://github.com/Smithay/smithay.git#e61db794643190d4628fbb045634827e4619ffdf"
source = "git+https://github.com/Smithay/smithay.git#e5f006818df7ebb92d206985f45e713ba1e9c1c9"
dependencies = [
"drm",
"edid-rs",