Add an important hotkeys overlay

This commit is contained in:
Ivan Molodetskikh
2024-01-18 19:20:46 +04:00
parent edafa139f6
commit 011c91c98a
7 changed files with 500 additions and 22 deletions
+1
View File
@@ -429,6 +429,7 @@ pub enum Action {
MaximizeColumn,
SetColumnWidth(#[knuffel(argument, str)] SizeChange),
SwitchLayout(#[knuffel(argument)] LayoutAction),
ShowHotkeyOverlay,
}
#[derive(Debug, Clone, Copy, PartialEq)]