From a362d704c265e0104efc1fe8c46437cda28a2ab2 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Thu, 25 Feb 2021 13:22:42 -0600 Subject: [PATCH] - Commented out duplicate hotkey definition --- windows/kinto.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/kinto.ahk b/windows/kinto.ahk index 6954a12..9a2a771 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -576,7 +576,7 @@ GroupAdd, intellij, ahk_exe idea64.exe ^+Down::Return ; cancel swap_line_down #!Down::send ^+{Down} ; swap_line_down ^Pause::Return ; cancel cancel_build - #c::send ^{Pause} ; cancel_build + ; #c::send ^{Pause} ; cancel_build F9::Return ; cancel sort_lines case_s false F5::send {F9} ; sort_lines case_s false #F9::Return ; cancel sort_lines case_s true