Skip to content

Instantly share code, notes, and snippets.

@lyshie
Created March 12, 2021 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lyshie/2c2ba9454625f9a98bec8508d20b0370 to your computer and use it in GitHub Desktop.
Save lyshie/2c2ba9454625f9a98bec8508d20b0370 to your computer and use it in GitHub Desktop.
Release keyboard and mouse from VirtualBox
#!/bin/sh
setxkbmap -option grab:break_actions
xdotool key XF86Ungrab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment