From: Jannik ZANDER Date: Thu, 5 May 2016 15:46:13 +0000 (+0200) Subject: Remap caps and rwin to ctrl X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=0f50b65a6b0dbab91157e5a505b050440364bf93;p=dotfiles.git Remap caps and rwin to ctrl --- diff --git a/exe/caps_and_rwin_to_ctrl.ahk b/exe/caps_and_rwin_to_ctrl.ahk new file mode 100644 index 0000000..c3b9955 --- /dev/null +++ b/exe/caps_and_rwin_to_ctrl.ahk @@ -0,0 +1,4 @@ +Capslock::LCtrl + +RWin::RCtrl + diff --git a/exe/caps_and_rwin_to_ctrl.reg b/exe/caps_and_rwin_to_ctrl.reg new file mode 100644 index 0000000..5e93d69 Binary files /dev/null and b/exe/caps_and_rwin_to_ctrl.reg differ diff --git a/exe/caps_lock_to_control.ahk b/exe/caps_lock_to_control.ahk deleted file mode 100644 index 586f1b3..0000000 --- a/exe/caps_lock_to_control.ahk +++ /dev/null @@ -1 +0,0 @@ -Capslock::Ctrl diff --git a/exe/caps_lock_to_control.reg b/exe/caps_lock_to_control.reg deleted file mode 100644 index 6d1a8c6..0000000 Binary files a/exe/caps_lock_to_control.reg and /dev/null differ diff --git a/exe/swap_caps_lock_and_control.ahk b/exe/swap_caps_lock_and_control.ahk deleted file mode 100644 index 3388b3e..0000000 --- a/exe/swap_caps_lock_and_control.ahk +++ /dev/null @@ -1,2 +0,0 @@ -Capslock::Ctrl -LCtrl::Capslock diff --git a/exe/swap_caps_lock_and_control.reg b/exe/swap_caps_lock_and_control.reg deleted file mode 100644 index 9da672b..0000000 Binary files a/exe/swap_caps_lock_and_control.reg and /dev/null differ