-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
betterchapters.lua -- wrong keybind names #15
Comments
Indeed. Will update it from its source when I get around to it. |
I was using that version previously, but I was seemingly limited to two key bindings unless I used a second copy of the .Lua file. With your version... I can bind everything in input.conf just fine as long as I use the correct key bind names. |
No, this kind of calling a script from input.conf definitely works the same for both scripts. The question is just which keys to use. |
OK now it's looking great. Thanks a lot!! |
In betterchapters.lua, it says the keybind names are
chapter_next
,chapter_prev
. These don't do anything. The correct ones seem to bechapterplaylist-next
,chapterplaylist-prev
when added toinput.conf
.The text was updated successfully, but these errors were encountered: