Skip to content

Instantly share code, notes, and snippets.

@zulucoda
Last active August 29, 2015 14:05
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 zulucoda/6264872c29ff95a10b71 to your computer and use it in GitHub Desktop.
Save zulucoda/6264872c29ff95a10b71 to your computer and use it in GitHub Desktop.
A small minor issue in Ubuntu. is a random bug which causes the IDEs to loose cursor, therefore it seems like your IDEs is frozen but it's not you still able to perform mouse clicks and select menus but you just can't type. There's a bug open for this issue but because it's difficult to resolve because it occurs randomly. This may seem frustrati…
#!/bin/bash
clear
echo "webstorm or rubymine keyboard input reset"
ibus restart
echo "done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment