input: allow layout switching and brightness/volume control under session lock
This commit is contained in:
parent
4a22c9f3dc
commit
84f9dcbe0e
1 changed files with 8 additions and 0 deletions
|
|
@ -52,6 +52,14 @@ impl State {
|
|||
action,
|
||||
Action::Shortcut(shortcuts::Action::Terminate)
|
||||
| Action::Shortcut(shortcuts::Action::Debug)
|
||||
| Action::Shortcut(shortcuts::Action::System(
|
||||
shortcuts::action::System::InputSourceSwitch
|
||||
| shortcuts::action::System::BrightnessDown
|
||||
| shortcuts::action::System::BrightnessUp
|
||||
| shortcuts::action::System::VolumeLower
|
||||
| shortcuts::action::System::VolumeRaise
|
||||
| shortcuts::action::System::Mute,
|
||||
))
|
||||
)
|
||||
{
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue