====== Ubuntu - Mouse - Mouse shortcuts with xbindkeys - Keyboard shortcuts ====== The **$HOME/.xbindkeysrc** file contains examples of mapping Keyboard shortcuts. See: [[Ubuntu:Mouse:Map Mouse Buttons to Arbitrary Functions:Identify the key codes to use|Identify the key codes to use]] ---- ===== modifiers ===== xbindkeys also support modifiers, including: * Release, Control, Shift, Mod1 (Alt), Mod2 (NumLock), * Mod3 (CapsLock), Mod4, Mod5 (Scroll). **NOTE:** The **release** modifier is can catch __release__ events instead of __press__ events. * By defaults, xbindkeys does not pay attention with the modifiers NumLock, CapsLock and ScrollLock. ----