You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First a special thanks. I just moved from Debian Wheezy to Debian Jessie. I was previously using lineakd but now moved to triggerhappy :)
For using the nameless mode i have to append one @ symbol after the key. Otherwise it is executing both commands of nameless mode and media mode
Without the @ it is executing 2 commands
First a special thanks. I just moved from Debian Wheezy to Debian Jessie. I was previously using lineakd but now moved to triggerhappy :)
Without the @ it is executing 2 commands
Device /dev/input/event9 not suitable.
Executing trigger action: /home/jeetu/bin/gm_keys.sh playPause
Executing trigger action: @media
Changing trigger mode to
Executing trigger action: /home/jeetu/bin/gm_keys.sh playPause
Executing trigger action: ncmpcpp toggle
Following config is working now. You might want to reflect this sort of thing in the man page.
KEY_PREVIOUSSONG@ 1 /home/jeetu/bin/gm_keys.sh prev
KEY_PREVIOUSSONG@ 2 /home/jeetu/bin/gm_keys.sh prev
KEY_STOPCD@ 1 /home/jeetu/bin/gm_keys.sh stop
KEY_PLAYPAUSE@ 1 /home/jeetu/bin/gm_keys.sh playPause
KEY_NEXTSONG@ 1 /home/jeetu/bin/gm_keys.sh next
KEY_NEXTSONG@ 2 /home/jeetu/bin/gm_keys.sh next
KEY_MIN_INTERESTING 1 /home/jeetu/bin/pulse_vol.sh mute
KEY_VOLUMEDOWN 1 /home/jeetu/bin/pulse_vol.sh decrease
KEY_VOLUMEDOWN 2 /home/jeetu/bin/pulse_vol.sh decrease
KEY_VOLUMEUP 1 /home/jeetu/bin/pulse_vol.sh increase
KEY_VOLUMEUP 2 /home/jeetu/bin/pulse_vol.sh increase
KEY_MEDIA 1 rox -d /home/jeetu/
Only trigger commands when in "media" mode
KEY_PREVIOUSSONG@media 1 ncmpcpp prev
KEY_PREVIOUSSONG@media 2 ncmpcpp prev
KEY_STOPCD@media 1 ncmpcpp stop
KEY_PLAYPAUSE@media 1 ncmpcpp toggle
KEY_NEXTSONG@media 1 ncmpcpp next
KEY_NEXTSONG@media 2 ncmpcpp next
Switch to media mode
KEY_NUMLOCK@ 1 @media
Switch back to nameless mode
KEY_NUMLOCK@media 1 @
The text was updated successfully, but these errors were encountered: