- moviebrowser: introduce user-assignable keys

This commit is contained in:
svenhoefer
2016-02-09 15:53:56 +01:00
parent 00b97778a3
commit ab82c36b9f
9 changed files with 67 additions and 34 deletions

View File

@@ -491,6 +491,11 @@ struct SNeutrinoSettings
int key_volumeup;
int key_volumedown;
int mbkey_copy_onefile;
int mbkey_copy_several;
int mbkey_cut;
int mbkey_truncate;
int mpkey_rewind;
int mpkey_forward;
int mpkey_pause;