Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelgargallo/windows-to-mac-pro-hints
Windows to Mac pro hints
https://github.com/miguelgargallo/windows-to-mac-pro-hints
apple cmd control guides hacktoberfest hints keyboard mac microsoft pro windows
Last synced: 26 days ago
JSON representation
Windows to Mac pro hints
- Host: GitHub
- URL: https://github.com/miguelgargallo/windows-to-mac-pro-hints
- Owner: miguelgargallo
- License: mit
- Created: 2022-08-16T08:25:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T09:51:33.000Z (over 2 years ago)
- Last Synced: 2024-12-30T01:16:48.196Z (28 days ago)
- Topics: apple, cmd, control, guides, hacktoberfest, hints, keyboard, mac, microsoft, pro, windows
- Homepage: https://itamaesan.org
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# windows-to-mac-pro-hints
Windows to Mac professional hints!Change command to control, and alt shift to the real alt shift
Imagine code pressing all time from a mechanical keyboard with cmd?![windows-to-mac-pro-hints-miguelgargallo-cmd-to-control-option](https://user-images.githubusercontent.com/5947268/184838086-eb110f1d-86e9-4538-a890-c070fde14104.png)
It is not easy, so to change that and don't lose a finger...
![image](https://user-images.githubusercontent.com/5947268/184834376-95e33edb-aeba-44eb-baa1-856558ffa1fd.png)
Keyboard inputs
![Fix-Keyboard-inputs](https://user-images.githubusercontent.com/5947268/184843299-c345a032-5409-48ca-a062-11c6ae86ce5e.png)
Install brew / Instalar brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Uninstall Node / Desinstala el Node que tengas
brew uninstall --force node
brew update
brew install nvmnano ~/.profile
Instert / Inserta
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.shnvm install 16.16
nvm use 16.16
nvm alias default 16.16Good luck and see you on twitter [Follow to support](https://twitter.com/miguelgargallo)