|
|
@ -201,6 +201,11 @@ namespace eval gui { |
|
|
|
bind . <KeyPress-z> {::mpd::random} |
|
|
|
bind . <KeyPress-z> {::mpd::random} |
|
|
|
bind . <KeyPress-R> {::mpd::consume} |
|
|
|
bind . <KeyPress-R> {::mpd::consume} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bind . <KeyPress-p> {::mpd::toggle} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bind . <KeyPress-f> {::mpd::cmd seekcur +5} |
|
|
|
|
|
|
|
bind . <KeyPress-b> {::mpd::cmd seekcur -5} |
|
|
|
|
|
|
|
|
|
|
|
bind . <KeyPress-Control_L><KeyPress-q> exit |
|
|
|
bind . <KeyPress-Control_L><KeyPress-q> exit |
|
|
|
bind . <KeyPress-Control_R><KeyPress-q> exit |
|
|
|
bind . <KeyPress-Control_R><KeyPress-q> exit |
|
|
|
} |
|
|
|
} |
|
|
|