Add focus button.
This commit is contained in:
@@ -953,6 +953,10 @@ fn onShortcut(
|
||||
if (self.activeTab()) |tab| self.beginRename(tab);
|
||||
return 1;
|
||||
},
|
||||
gdk.KEY_Z, gdk.KEY_z => {
|
||||
if (self.activeTab()) |tab| tab.view.toggleZoomFocused();
|
||||
return 1;
|
||||
},
|
||||
gdk.KEY_V, gdk.KEY_v => {
|
||||
// Only a terminal needs us to encode a paste for it. A web
|
||||
// pane has its own clipboard handling, so the key is left
|
||||
|
||||
Reference in New Issue
Block a user