diff --git a/windows/kinto.ahk b/windows/kinto.ahk new file mode 100644 index 0000000..a299907 --- /dev/null +++ b/windows/kinto.ahk @@ -0,0 +1,15 @@ +#IfWinActive ahk_exe ubuntu.exe +^c::Send {LCtrl down}{LShift down}c{LCtrl Up}{LShift Up} +#c::Send {LCtrl down}c{LCtrl Up} +#x::Send {LCtrl down}x{LCtrl Up} +#o::Send {LCtrl down}o{LCtrl Up} +#r::Send {LCtrl down}r{LCtrl Up} +#w::Send {LCtrl down}w{LCtrl Up} +#\::Send {LCtrl down}\{LCtrl Up} +#k::Send {LCtrl down}k{LCtrl Up} +#u::Send {LCtrl down}u{LCtrl Up} +#j::Send {LCtrl down}j{LCtrl Up} +#t::Send {LCtrl down}t{LCtrl Up} +#_::Send {LCtrl down}_{LCtrl Up} +^v::Send {LCtrl down}{LShift down}v{LCtrl Up}{LShift Up} +#If \ No newline at end of file diff --git a/windows/macbook_winctrl_capsesc_swap.reg b/windows/macbook_winctrl_capsesc_swap.reg new file mode 100644 index 0000000..d5f021c Binary files /dev/null and b/windows/macbook_winctrl_capsesc_swap.reg differ diff --git a/windows/macbook_winctrl_swap.reg b/windows/macbook_winctrl_swap.reg new file mode 100644 index 0000000..2d9406f Binary files /dev/null and b/windows/macbook_winctrl_swap.reg differ diff --git a/windows/macbook_winctrl_swap.skl b/windows/macbook_winctrl_swap.skl new file mode 100755 index 0000000..51aa778 Binary files /dev/null and b/windows/macbook_winctrl_swap.skl differ diff --git a/windows/standard_ctrlalt_capsesc_swap.reg b/windows/standard_ctrlalt_capsesc_swap.reg new file mode 100644 index 0000000..92d5c48 Binary files /dev/null and b/windows/standard_ctrlalt_capsesc_swap.reg differ diff --git a/windows/standard_ctrlalt_swap.reg b/windows/standard_ctrlalt_swap.reg new file mode 100644 index 0000000..81f487f Binary files /dev/null and b/windows/standard_ctrlalt_swap.reg differ diff --git a/windows/standard_ctrlalt_swap.skl b/windows/standard_ctrlalt_swap.skl new file mode 100755 index 0000000..8878230 Binary files /dev/null and b/windows/standard_ctrlalt_swap.skl differ