Skip to content

Instantly share code, notes, and snippets.

@fmosca
Last active March 12, 2019 16:15
Show Gist options
  • Save fmosca/f9e9387b48e13883638eb701113981b5 to your computer and use it in GitHub Desktop.
Save fmosca/f9e9387b48e13883638eb701113981b5 to your computer and use it in GitHub Desktop.
Linux in VMWare Fusion on a Mac - Keyboard settings:

~/.Xkbmap:

-option altwin:left_meta_win
-option caps:escape

gnome-tweak-tool:

  • Typing settings (or somewere else in advanced keyboard settings)
    • Alt/Win key behaviour
      • Meta is mapped to Win keys

/etc/default/keyboard:

XKBMODEL="pc105"
XKBLAYOUT="us"
XKBVARIANT=""
XKBOPTIONS=""

BACKSPACE="guess"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment