Migrating to Linux from a Mac? This bash script remaps native GNOME desktop environment keybindings to the macOS defaults. Very useful keyboard remap for Linux users who are running GNOME on a Macbook, Mac or a PC with Apple keyboard. Don't spend time getting used to the default GNOME keybindings. Run the script and use your Linux just like you do use your Mac. Here are some key remaps that are implemented:
- Command key
⌘
set as main system modifier key. - Copy and Paste work in Terminal with
⌘ c
,⌘ v
. Regular interruptctrl c
works in Terminal. - Nautilus keyboard hotkeys replaced with the Finder ones: navigate in and out of folder, delete folder, new folder...
- Home and End keys assigned to macOS defaults
⌘ ←
and⌘ →
. - Workspace switching works with
Ctrl ←
andCtrl →
. - Some macOS window manager keyboard shortcuts are implemented: application switcher
⌘ tab
,⌘ ~
, close window⌘ w
. - Mission Contol and Launchpad media keys are remapped.
- And more...
The functionality is based on the Autokey mechanism. On top of that the default GNOME shell keybindings are modified as well. Therefore it will only work in X11 window system. Wayland is not supported.
Make sure you are using X11, not Wayland. Logout from your session. On the GNOME login screen find and click gear icon. Select option "GNOME on Xorg". Log back in.
Install autokey
, autokey-gtk
and git
packages with the package manager of your chioce.
Check out the repository to an arbitrary location and run the install.sh
script in Terminal. Script will ask for administrator password.
git clone https://github.com/petrstepanov/gnome-macos-remap
cd gnome-macos-remap
sh install.sh
Open AutoKey preferences and make sure the "Automatically start AutoKey at login" checkbox is on. System restart is required in order for the remap to start working.
To get a functionality similar to the macOS Spotlight, I recommend installing the Ulauncher application. You can assign the ⌘ space
hotkey for the Ulauncher in its settings.
Navigate into the program directory in Terminal and run uninstall.sh
.
Some hotkeys need to be implemented on the application-specific basis. However a regexp-related issue in Autokey prevents doing it at the moment. More macOS hotkeys will be implemented once this issue is resolved.