From be8cc462b75235759938ec6d65e6cb305b4ccc06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 11 Dec 2020 16:48:39 +0100 Subject: jump: Remove option to open path in current window --- tt.jump.ahk | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'tt.jump.ahk') diff --git a/tt.jump.ahk b/tt.jump.ahk index 31fe3f7..fba9f0d 100644 --- a/tt.jump.ahk +++ b/tt.jump.ahk @@ -25,21 +25,6 @@ if (JumpPaths[k] != "") Run, % """" JumpPaths[k] """" } ToolTip -return - -; Open in current (or new) Explorer window - -!#s:: -ToolTip, ... -SendInput, {Blind}{LWin Up} -Input, k, L1 -if (JumpPaths[k] != "") - if ((e := Explorer()) != -1) ; (see tt.programs.explorer.ahk) - e.Navigate(JumpPaths[k]) - else - Run, % "explorer """ JumpPaths[k] """" -ToolTip -return ;; -> library -- cgit v1.2.3