From f589810ccfa4e3d780fd3902482c7aa0e384ded9 Mon Sep 17 00:00:00 2001 From: youaodu <49941556+youaodu@users.noreply.github.com> Date: Tue, 6 Jul 2021 10:30:09 +0800 Subject: [PATCH] Update MacKeyboard.ahk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加win+left,win+shift+lef,win+right,win+shift+right --- MacKeyboard.ahk | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/MacKeyboard.ahk b/MacKeyboard.ahk index 3d3490c..3b8f00f 100644 --- a/MacKeyboard.ahk +++ b/MacKeyboard.ahk @@ -183,6 +183,36 @@ WinR() { } #r::WinR() + +; Windows + Right +WinRight() { + Send {End} +} +<#Right::WinRight() + + +; Windows + Left +WinLeft() { + Send {Home} +} +<#Left::WinLeft() + + +; Windows + Left + Shift +WinLeftShift() { + Send +{Home} +} +<#+Left::WinLeftShift() + + + +; Windows + Right + Shift +WinRightShift() { + Send +{End} +} +<#+Right::WinRightShift() + + ; Windows + / WinSlash() { If InJetbrainsIDE() {