Skip to content

frankerror001/MacStyleKeys-By-Win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mac-style Shortcuts for Windows

English · 简体中文

Introduction

MacStyleKeys is a tool designed to bring macOS-like keyboard shortcuts to Windows users. With this tool, users can easily use Mac-style shortcuts in Windows, improving their work efficiency.

Requirements

  • Based on AutoHotkey 2.0.18
  • Windows operating system

Features

  • Custom Key Bindings: Customize key mappings to match macOS shortcuts
  • Seamless Integration: Compatible with most Windows applications
  • User-Friendly Interface: Simple and easy configuration

Key Mappings

Basic Operations

Cursor Movement

  • Character Level:

    • Ctrl + b: Move left one character
    • Ctrl + f: Move right one character
    • Ctrl + p: Move up one line
    • Ctrl + n: Move down one line
    • Ctrl + q: Move to line start
    • Ctrl + e: Move to line end
  • Word Level:

    • Win + b: Move left one word
    • Win + f: Move right one word

Deletion Operations

  • Character Level:

    • Ctrl + h: Delete character to the left
    • Ctrl + d: Delete character under cursor
  • Line Level:

    • Ctrl + u: Delete from cursor to line start
    • Ctrl + k: Delete from cursor to line end (not in terminal)

Tab Management

  • Win + q: Switch to previous tab (Shift + Tab)
  • Win + w: Close current tab
  • Win + e: Switch to next tab (Tab)

Clipboard Operations

  • Win + c: Copy (Ctrl + Shift + C)
  • Win + v: Paste (Ctrl + Shift + V)

Alt Key Combinations

File Operations

  • Alt + s: Save
  • Alt + o: Open
  • Alt + w: Close
  • Alt + n: New
  • Alt + t: New Tab

Edit Operations

  • Alt + z: Undo
  • Alt + x: Cut
  • Alt + c: Copy
  • Alt + v: Paste
  • Alt + a: Select All
  • Alt + f: Find
  • Alt + g: Find Next
  • Alt + /: Comment

Terminal-Specific Shortcuts

  • Alt + c: Copy (Ctrl + Insert)
  • Alt + v: Paste (Shift + Insert)
  • Alt + r: Search command history

Advanced Key Combinations

Ctrl + Win Combinations

  • Ctrl + Win + b: Move left one word
  • Ctrl + Win + f: Move right one word
  • Ctrl + Win + h: Delete word to the left
  • Ctrl + Win + d: Delete word to the right

Ctrl + Alt Combinations

  • Ctrl + Alt + b: Move left one word
  • Ctrl + Alt + f: Move right one word
  • Ctrl + Alt + h: Delete word to the left

Installation

  1. Download the latest version from the releases page
  2. Double click to run
  3. The AutoHotKeys icon appears on the taskbar and runs successfully

About

Using Mac-like shortcut keys on Windows, Base on AutoHotKeys v2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors