From beca7f73505269c1ca2188bcae4c2cfd5f5af28c Mon Sep 17 00:00:00 2001 From: sou Date: Fri, 19 May 2023 22:33:14 +0900 Subject: [PATCH] fix(typo&sorting): normal --- ANSI/juster_normal.ah2 | 80 +++++++++++++++++++-------------------- JIS/juster_normal_JIS.ah2 | 80 +++++++++++++++++++-------------------- 2 files changed, 80 insertions(+), 80 deletions(-) diff --git a/ANSI/juster_normal.ah2 b/ANSI/juster_normal.ah2 index 6d368e6..eebf5ca 100644 --- a/ANSI/juster_normal.ah2 +++ b/ANSI/juster_normal.ah2 @@ -120,7 +120,7 @@ } } ; -; Ctrl + Shift + n & SCtrl + n +; Ctrl + Shift + n & Ctrl + n ^a:: { if GetKeyState("Shift") { @@ -142,6 +142,14 @@ ; ; Ctrl + Shift + e & Ctrl + e +!Up:: Send "^{Home}" ; Go Top. +; +; Alt + ↑ + +!Down:: Send "^{End}" ; Go bottom. +; +; Alt + ↓ + #Left:: Send "^{Left}" ; Cursor backward word. ; ; Alt + ← @@ -150,6 +158,28 @@ ; ; Alt + → +^v:: { + if GetKeyState("Shift") { + Send ("^+{End}") ; Go bottom a select. + } else { + Send "^{End}" ; Go bottom. + } +} +; +; Ctrl + Shift + v & Ctrl + v + +#Up:: { + Send "{Up}{Home}" ; Home or Up +} +; +; Win + ↑ + +#Down:: { + Send "{Down}{End}" ; End or Down +} +; +; Win + ↓ + !Left:: Send "{Home}" ; Cursor start of line. ; ; Win + ← @@ -190,9 +220,9 @@ ; ; Ctrl + ; -!r:: Send "^{r}" ; Reload. +^Enter:: Send "{F2}" ; Rename. ; -; Alt + r +; Ctrl + Enter !+2:: Send "!{PrintScreen}" ; Window screenshot in a clipboard. ; @@ -206,6 +236,10 @@ ; ; Alt + Shift + 4 +!r:: Send "^{r}" ; Reload. +; +; Alt + r + !z:: Send "^{z}" ; Redo. ; ; Alt + z @@ -254,10 +288,6 @@ ; ; Alt + Left Click -^Enter:: Send "{F2}" ; Rename. -; -; Ctrl + Enter - !w:: Send "^{w}" ; Close the tab window. ; ; Alt + w @@ -298,36 +328,6 @@ ; ; Ctrl + Shift + → -#Up:: { - Send "{Up}{Home}" ; Home or Up -} -; -; Win + ↑ - -#Down:: { - Send "{Down}{End}" ; End or Down -} -; -; Win + ↓ - -!Up:: Send "^{Home}" ; Go Top. -; -; Alt + ↑ - -!Down:: Send "^{End}" ; Go bottom. -; -; Alt + ↓ - -^v:: { - if GetKeyState("Shift") { - Send ("^+{End}") ; Go bottom a select. - } else { - Send "^{End}" ; Go bottom. - } -} -; -; Ctrl + v - ^Left:: Send "#^{Left}" ; Virtual Desktop. ; ; Ctrl + ← @@ -338,7 +338,7 @@ ^+d:: Send "^#{d}" ; New Virtual Desktop. ; -; Ctrl + shift + d +; Ctrl + Shift + d ^q:: Send "^#{F4}" ; Close Virtual Desktop. ; @@ -346,7 +346,7 @@ !+t:: Send "^+{t}" ; Restore tabs ; -; alt + shift + t +; Alt + Shift + t ;; Visual Studio Code only. #HotIf WinActive("ahk_exe Code.exe") @@ -394,5 +394,5 @@ ClipSaved := "" } ; -; ctrl + c +; Ctrl + c #HotIf \ No newline at end of file diff --git a/JIS/juster_normal_JIS.ah2 b/JIS/juster_normal_JIS.ah2 index d9e25a5..bd4de99 100644 --- a/JIS/juster_normal_JIS.ah2 +++ b/JIS/juster_normal_JIS.ah2 @@ -108,7 +108,7 @@ } } ; -; Ctrl + Shift + n & SCtrl + n +; Ctrl + Shift + n & Ctrl + n ^a:: { if GetKeyState("Shift") { @@ -128,6 +128,14 @@ } } +!Up:: Send "^{Home}" ; 一番上 +; +; Alt + ↑ + +!Down:: Send "^{End}" ; 一番下 +; +; Alt + ↓ + #Left:: Send "^{Left}" ; カーソル単語後方 ; ; Alt + ← @@ -136,6 +144,28 @@ ; ; Alt + → +^v:: { + if GetKeyState("Shift") { + Send ("^+{End}") ; 一番下まで選択 + } else { + Send "^{End}" ; 一番下 + } +} +; +; Ctrl + Shift + v & Ctrl + v + +#Up:: { + Send "{Up}{Home}" ; 行先頭→行を上がる +} +; +; Win + ↑ + +#Down:: { + Send "{Down}{End}" ; 行末→行を下がる +} +; +; Win + ↓ + !Left:: Send "{Home}" ; カーソル行頭 ; ; Win + ← @@ -176,9 +206,9 @@ ; ; Ctrl + ; -!r:: Send "^{r}" ; 再読み込み +^Enter:: Send "{F2}" ; 名前を変更 ; -; Alt + r +; Ctrl + Enter !+2:: Send "!{PrintScreen}" ; ウィンドウのスクリーンショットをクリップボードへ保存 ; @@ -192,6 +222,10 @@ ; ; Alt + Shift + 4 +!r:: Send "^{r}" ; 再読み込み +; +; Alt + r + !z:: Send "^{z}" ; 戻し ; ; Alt + z @@ -240,10 +274,6 @@ ; ; Alt + Left Click -^Enter:: Send "{F2}" ; 名前を変更 -; -; Ctrl + Enter - !w:: Send "^{w}" ; タブを 閉じる ; ; Alt + w @@ -284,36 +314,6 @@ ; ; Ctrl + Shift + → -#Up:: { - Send "{Up}{Home}" ; 行先頭→行を上がる -} -; -; Win + ↑ - -#Down:: { - Send "{Down}{End}" ; 行末→行を下がる -} -; -; Win + ↓ - -!Up:: Send "^{Home}" ; 一番上 -; -; Alt + ↑ - -!Down:: Send "^{End}" ; 一番下 -; -; Alt + ↓ - -^v:: { - if GetKeyState("Shift") { - Send ("^+{End}") ; 一番下まで選択 - } else { - Send "^{End}" ; 一番下 - } -} -; -; Ctrl + Shift + v & Ctrl + v - ^Left:: Send "#^{Left}" ; 左の仮想デスクトップ ; Ctrl + ← @@ -323,7 +323,7 @@ ^+d:: Send "^#{d}" ; 新しい仮想デスクトップ ; -; Ctrl + shift + d +; Ctrl + Shift + d ^q:: Send "^#{F4}" ; 仮想デスクトップを閉じる ; @@ -331,7 +331,7 @@ !+t:: Send "^+{t}" ; タブを復元 ; -; alt + shift + t +; Alt + Shift + t ;; Visual Studio Code only. #HotIf WinActive("ahk_exe Code.exe") @@ -381,6 +381,6 @@ ClipSaved := "" } ; -; ctrl + c +; Ctrl + c #HotIf \ No newline at end of file