We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ZoomIn
Out
1 parent b29dfc2 commit 58ff27fCopy full SHA for 58ff27f
config/src/shortcuts/action.rs
@@ -130,6 +130,12 @@ pub enum Action {
130
131
/// Change focus to the given workspace ID
132
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,
139
}
140
141
/// Common system operations which may be controlled by system commands
0 commit comments