Skip to content

Commit 58ff27f

Browse files
Drakulixmmstick
authored andcommitted
config: Add ZoomIn/Out shortcuts
1 parent b29dfc2 commit 58ff27f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/src/shortcuts/action.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ pub enum Action {
130130

131131
/// Change focus to the given workspace ID
132132
Workspace(u8),
133+
134+
/// Enter Magnification / Increase the zoom level by the configured interval
135+
ZoomIn,
136+
137+
/// Leave Magnification / Decrease the zoom level by the configured interval
138+
ZoomOut,
133139
}
134140

135141
/// Common system operations which may be controlled by system commands

0 commit comments

Comments
 (0)