Code Monkey home page Code Monkey logo

best-shortcut-keys-for-mac-users-on-windows's Introduction

Best AutoHotkey on windows for mac users

When a Mac user uses Windows, set it as an optimal shortcut.

If necessary, you can convert the JIS keyboard to US layout immediately.

Step1

Install AutoHotkey.

Step2

Download zip here, then extract all.

Step3

Put script to your startup.

  1. Right click Windows logo
  2. Click "Run by file name", then write shell:startup and return
  3. Drag and drop WindowsToMac.ahk to startup folder.

Let's enjoy!

Additional option settings

Mouse

If you have not changed the mouse scroll up and down like Mac, please modify the following line in �WindowsToMac.ahk and double click again and re-execute.

### Initial state

; Mouse
; You don't want to edit registry, uncomment (delete first ;) below lines.
;#LButton::Send ^{LButton}
;WheelUp::Send {WheelDown}
;WheelDown::Send {WheelUp}

### Changed below lines

; Mouse
; You don't want to edit registry, uncomment (delete first ;) below lines.
#LButton::Send ^{LButton}
WheelUp::Send {WheelDown}
WheelDown::Send {WheelUp}

JIS layout keyboard

If you live in Japan and you need to use the JIS keyboard, please modify the following line of WindowsToMac.ahk and double click and re-execute.

### Initial state

; Keyboard
; If you use japanese layout keybord, uncomment (delete first ;) below lines.
;#Space::Send, {vkF3sc029}
;CapsLock::Ctrl
;+2::Send @
;+6::Send {^}
;+7::Send &
;+8::Send *
;+9::Send (
;+0::Send )
;+@::Send {+}
;:::Send '
;*::Send "
;+`;::Send :

### Changed below lines

; Keyboard
; If you use japanese layout keybord, uncomment (delete first ;) below lines.
#Space::Send, {vkF3sc029}
CapsLock::Ctrl
+2::Send @
+6::Send {^}
+7::Send &
+8::Send *
+9::Send (
+0::Send )
+@::Send {+}
:::Send '
*::Send "
+`;::Send :

License

This project is licensed under the MIT License - see the LICENSE file for details

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.