zcoder / mocp

mocp (Music On Console Player)
GNU General Public License v2.0
33 stars 8 forks source link

'toggle_percent' command previously bound #4

Closed Paradiesstaub closed 1 year ago

Paradiesstaub commented 9 years ago

Version: 2.5.0 OS: Ubuntu 15.10 Ubuntu (development branch)

What I would like to do: I would like to set CTRL+n and CTRL+p to menu_down and menu_up in the .moc/keymap file (emacs like navigation). This works for CTRL+n, but not for CTRL+p.

Problem: When setting menu_up = UP ^p I get the error:
FATAL_ERROR: Key ^p is defined for menu_up and toggle_percent!

I haven't set toggle_percent nor did I found an entry in any of moc's config files. Setting toggle_percent in the keymap file results in command previously bound error.

ethan626 commented 6 years ago

@Paradiesstaub I just set menu_up/menu_down to ctrl+n/p with no errors. Maybe toggle_percent is set by default in your version, it's at the bottom of the config, or you could try rebinding it to something else?

thibran commented 6 years ago

It's too long ago, can't really remember. ctrl+n/p works now for me, but I have no clue if and when I changed something. I guess the bug report can be closed.

ethan626 commented 6 years ago

Well @zcoder can close it