aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmagnus1
1 files changed, 1 insertions, 0 deletions
diff --git a/magnus b/magnus
index d6bcb4d..5975a12 100755
--- a/magnus
+++ b/magnus
@@ -103,6 +103,7 @@ class Main(object):
Keybinder.init()
if Keybinder.supported():
Keybinder.bind("<Alt><Super>plus", self.zoom_in, zoom)
+ Keybinder.bind("<Alt><Super>equal", self.zoom_in, zoom)
Keybinder.bind("<Alt><Super>minus", self.zoom_out, zoom)
# and, go
bgstack15