Skip to content

Instantly share code, notes, and snippets.

@lyshie
Created March 12, 2021 00:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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