Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 995 Bytes

Keyboard.md

File metadata and controls

46 lines (35 loc) · 995 Bytes

Keyboard

user@ubilinux:~$ sudo apt-get install wish xbindkeys
user@ubilinux:~$ xbindkeys
Error : /home/user/.xbindkeysrc not found or reading not allowed.
please, create one with 'xbindkeys --defaults > /home/user/.xbindkeysrc'.
or, if you want scheme configuration style,
with 'xbindkeys --defaults-guile > /home/user/.xbindkeysrc.scm'.
user@ubilinux:~$ 
user@ubilinux:~$ xbindkeys --defaults > /home/user/.xbindkeysrc
user@ubilinux:~$ nano /home/user/.xbindkeysrc
"mplayer -fs /home/user/Downloads/videoplayb_01NYLBn1.mp4"
  Control + 1

"mplayer -fs /home/user/CodeLabs/Caracol/files/output.mp4"
  Control + 3

"/home/user/Downloads/snes9x-1.53-src/unix/snes9x /home/user/Downloads/DonkeyKongCountry.zip"
  Control + 9

"python /home/user/CodeLabs/Caracol/usay.py"
  Shift + 1

"python /home/user/CodeLabs/Caracol/usmile.py"
  Shift + 2

"python /home/user/CodeLabs/Caracol/ulapse.py"
  Shift + 3
user@ubilinux:~$ xbindkeys