An open API service indexing awesome lists of open source software.

https://github.com/refirst11/windcoding

Macintosh shortcut script of AutoHotkey V2 for Windows11
https://github.com/refirst11/windcoding

autohotkey-v2 keybinding macintosh macros windows

Last synced: 5 months ago
JSON representation

Macintosh shortcut script of AutoHotkey V2 for Windows11

Awesome Lists containing this project

README

          

[windcoding_JIS README](https://github.com/su-pull/windcoding/blob/main/README_JIS.md)

# windcoding_ANSI

[![OS - Windows](https://img.shields.io/badge/OS-Windows-lightblue?logo=windows&logoColor=white)](https://www.microsoft.com/ "Go to Microsoft homepage") [![exe - AutoHotkey](https://img.shields.io/badge/exe-AutoHotkey-lightblue)](https://www.autohotkey.com/ "Go to AutoHotkey")
[![Release Status](https://img.shields.io/github/release/su-pull/windcoding?color=lightblue)](https://github.com/su-pull/windcoding/releases/latest)
[![License: MIT](https://img.shields.io/badge/License-MIT-lightblue)](https://opensource.org/licenses/MIT)

This improves Windows development efficiency.
If you want to try, you can this use.
Also This is intended to be a documentation of MacOS shortcuts.
You can set the CapsLock position to Control like in Unix, in which case select swap to start.

\*The commands that use the Win key, such as Virtual Desktop, remain in the Windows default behavior (they can also be used as Mac Option keys).

## Usage

| Input | Output |
| ---------------- | ------------------------------------------- |
| Ctrl + Space | IME toggle |
| Left Alt | IME off |
| Right Alt | IME on |
| Ctrl + b | ← Cursor back |
| Ctrl + f | → Cursor forward |
| Ctrl + p | ↑ Cursor up |
| Ctrl + n | ↓ Cursor down |
| Ctrl + a | Cursor line start |
| Ctrl + e | Cursor line end |
| Alt + ↑ | Scroll to top |
| Alt + ↓ | Scroll to bottom |
| Alt + ← | Cursor line start |
| Alt + → | Cursor line end |
| Win + ↑ | Cursor line start & Cursor up |
| Win + ↓ | Cursor line end & Cursor down |
| Win + ← | Cursor word backward |
| Win + → | Cursor word forward |
| Shift + Alt + ← | Backward selection |
| Shift + Alt + → | Forward selection |
| Shift + Win + ← | Backward word selection |
| Shift + Win + → | Forward word selection |
| Ctrl + d | Delete forward 1 character |
| Ctrl + h | Delete backward 1 character |
| Ctrl + k | Convert to katakana |
| Ctrl + ; | Convert to half-width katakana |
| Ctrl + Enter | Rename |
| Alt + r | Reload |
| Alt + z | Undo |
| Alt + Shift + z | Redo |
| Alt + x | Cut |
| Alt + c | Copy |
| Alt + v | Paste |
| Alt + a | Select all |
| Alt + f | Find |
| Alt + Shift + 2 | Window screenshot in a clipboard |
| Alt + Shift + 3 | Screenshot in a clipboard |
| Alt + Shift + 4 | Cropping capture |
| Alt + s | Save |
| Alt + Shift + s | Save as |
| Alt + Shift + n | New folder |
| Alt + o | Open |
| Alt + Left Click | Open link in a new tab / Multiple selection |
| Alt + w | Close the tab window |
| Alt + q | Close the application |
| Alt + m | Minimize window |
| Alt + h | Minimize all window |

## Browser

| Input | Output |
| --------------- | ------------ |
| Alt + Shift + t | Restore tabs |

## Visual Studio Code

| Input | Output |
| --------------- | ----------------------------- |
| Win + ↑ | Swap the selection range up |
| Win + ↓ | Swap the selection range down |
| Alt + Shift + p | Command palette |
| Alt + Shift + l | Match selection |
| Alt + d | Word selection |
| Alt + / | Comment out |
| Ctrl + c | stop a program |

## CMD

| Input | Output |
| -------- | -------------- |
| Ctrl + c | stop a program |