aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/macOS/ViewController/ManageTunnelsRootViewController.swift
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2019-02-10 17:55:50 +0530
committerRoopesh Chander <roop@roopc.net>2019-02-10 17:55:50 +0530
commit966fa7909b35163ed6f94f9ec3378e57579d6c8f (patch)
tree56136ecb8ae511d66a666797b8528b0a2646ca7e /WireGuard/WireGuard/UI/macOS/ViewController/ManageTunnelsRootViewController.swift
parentmacOS: Adapt to the new applyConfiguration API (diff)
downloadwireguard-apple-966fa7909b35163ed6f94f9ec3378e57579d6c8f.tar.xz
wireguard-apple-966fa7909b35163ed6f94f9ec3378e57579d6c8f.zip
macOS: Change keyboard shortcut for importing to Cmd+O
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard/UI/macOS/ViewController/ManageTunnelsRootViewController.swift')
-rw-r--r--WireGuard/WireGuard/UI/macOS/ViewController/ManageTunnelsRootViewController.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/UI/macOS/ViewController/ManageTunnelsRootViewController.swift b/WireGuard/WireGuard/UI/macOS/ViewController/ManageTunnelsRootViewController.swift
index fc7d547..5e90437 100644
--- a/WireGuard/WireGuard/UI/macOS/ViewController/ManageTunnelsRootViewController.swift
+++ b/WireGuard/WireGuard/UI/macOS/ViewController/ManageTunnelsRootViewController.swift
@@ -102,7 +102,7 @@ extension ManageTunnelsRootViewController {
switch event.charactersIgnoringModifiers {
case "n":
tunnelsListVC?.handleAddEmptyTunnelAction()
- case "i":
+ case "o":
tunnelsListVC?.handleImportTunnelAction()
case "t":
tunnelDetailVC?.handleToggleActiveStatusAction()