Giter VIP home page Giter VIP logo

ahk-mac-keyboard-shortcuts's Introduction

Mac Keyboard Shortcuts for Windows 10 (AutoHotKey)

This is an AutoHotKey script designed to make keyboard shortcuts in Windows 10 more like MacOS. It is intended to make life easier for people who frequently jump between Windows and MacOS, and who prefer Mac-style keyboard shortcuts.

For example, Windows + C will copy to clipboard, Windows + V will paste, Windows + โ†’ will jump to the end of a line, etc. The original Windows shortcuts (e.g. Ctrl + C) still work.

Installation

  1. Make sure you have AutoHotKey.
  2. Download the Mac-Shortcuts.ahk file from this repository (or clone the repo) and save it somewhere on your PC.
  3. Double-click the .ahk file to run the script and test out the shortcuts. If they work, you can have it load automatically when Windows starts.

Known issues

Certain Windows keyboard shortcuts cannot be "intercepted" by AHK (or at least, I haven't figured out how to do it yet). For these, the remapped functionality in this script will work, but the default Windows behavior will also fire. One example is Windows + G which brings up the Windows Game Bar by default; we instead want this key combo to perform Ctrl + G for the Find next functionality in web browsers. To prevent the Game Bar from showing up when you use Windows + G, you have to go to the Game Bar Shortcuts in Windows settings and turn off the game bar. If you find more examples like this, please file an issue in GitHub so I can add it to the docs.

Suggestions

If you have suggestions for shortcuts that should be included, open an issue.

Shortcuts

Command Shortcut (Mac style) Mapped to (Windows style) Notes
Copy Windows + c Ctrl + c
Paste Windows + v Ctrl + v
Cut Windows + x Ctrl + x
New Windows + n Ctrl + n
New window Windows + Shift + n Ctrl + Shift + n
Save Windows + s Ctrl + s
Open Windows + o Ctrl + o
New tab Windows + t Ctrl + t
Close tab Windows + w Ctrl + w
Undo close tab Windows + Shift + t Ctrl + Shift + t
Refresh Windows + r Ctrl + r
Select all Windows + a Ctrl + a
Home Windows + Left arrow Home
End Windows + Right arrow End
Select to beginning Windows + Shift + Left arrow Shift + Home
Select to end Windows + Shift + Right arrow Shift + End
Undo Windows + z Ctrl + z
Redo Windows + Shift + z Ctrl + Shift + z
Find Windows + f Ctrl + f
Find next Windows + g Ctrl + g Does not override default Windows shortcut
Bold Windows + b Ctrl + b
Italics Windows + i Ctrl + i
Underline Windows + u Ctrl + u
Hyperlink Windows + k Ctrl + k
Linebreak/Send Windows + Enter Ctrl + Enter
1Password browser plugin Windows + \ Ctrl + \

ahk-mac-keyboard-shortcuts's People

Contributors

rogersmj avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.