Skip to content

Instantly share code, notes, and snippets.

@Sebastian1011
Last active November 2, 2016 16:03
Show Gist options
  • Save Sebastian1011/b7fc8c304cfe8158f6f18bb978f13f10 to your computer and use it in GitHub Desktop.
Save Sebastian1011/b7fc8c304cfe8158f6f18bb978f13f10 to your computer and use it in GitHub Desktop.
tools
remove Lock = Caps_Lock
remove Control = Control_L
remove mod1 = Alt_L
remove Shift = Shift_L
keysym Caps_Lock = Shift_L
keysym Control_L = Alt_L
keysym Shift_L = Control_L
keysym Alt_L = Caps_Lock
add Lock = Caps_Lock
add Control = Control_L
add mod1 = Alt_L
add Shift = Shift_L
install deb package on ubuntu
sudo dpkg -i *.deb // install deb package
sudo dpkg -r package_name // uninstall deb package
@Sebastian1011
Copy link
Author

make public

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