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() {