Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- begin
- prog = irexec
- button = power2
- config = xte 'key XF86Sleep'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = tvav
- config = xset dpms force off
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = volumedown
- config = xte 'key XF86AudioLowerVolume'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = volumeup
- config = xte 'key XF86AudioRaiseVolume'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = red
- config = xte 'keydown Shift_L' 'keydown Super_L' 'key C' 'keyup Shift_L' 'keyup Super_L'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = green
- config = xte 'key f'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = yellow
- config = xte 'key v'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = blue
- config = xte 'key s'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = power
- config = systemctl suspend
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = menu
- config = echo "mymainmenu:toggle({keygrabber=true})" | awesome-client
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = exit
- config = xte 'key BackSpace'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = up
- config = xte 'key Up'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = left
- config = xte 'key Left'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = right
- config = xte 'key Right'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = down
- config = xte 'key Down'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = ok
- config = xte 'key Return'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = epg
- config = xte 'key Tab'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = info
- config = xte 'key Menu'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = ttx
- config = echo "awful.tag.viewnext()" | awesome-client
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = audio
- config = xte 'keydown Shift_L' 'keydown 3' 'keyup 3' 'keyup Shift_L'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = subt
- config = xte 'key j'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = fav
- config = xte 'key Space'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = goto
- config = echo "awful.tag.viewprev()" | awesome-client
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = mute
- config = xte 'key XF86AudioMute'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = rec
- config = xte 'key Print'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = play
- config = xte 'key XF86AudioPlay'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = stop
- config = xte 'key XF86AudioStop'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = next
- config = xte 'key XF86AudioNext'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = prev
- config = xte 'key XF86AudioPrev'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = jp
- config = xte 'key XF86Forward'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = jm
- config = xte 'key XF86Back'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = k1
- config = xte 'key 1'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = k2
- config = xte 'key 2'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = k3
- config = xte 'key 3'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = k4
- config = xte 'key 4'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = k5
- config = xte 'key 5'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = k6
- config = xte 'key 6'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = k7
- config = xte 'key 7'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = k8
- config = xte 'key 8'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = k9
- config = xte 'key 9'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = k0
- config = xte 'key 0'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = usb
- config = xte 'key XF86Search'
- delay = 1
- repeat = 1
- end
- begin
- prog = irexec
- button = recall
- config = xte 'key F1'
- delay = 1
- repeat = 1
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement