%T#13975 Comment added by pot-horse: Keyremap plugin: text importer silently drops entries sharing the same action code within a context
Rockbox via rockbox-sf <[email protected]>
| Newsgroups | gmane.comp.systems.archos.rockbox.sourceforge |
|---|---|
| Message-ID | <[email protected]> |
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#13975 - Keyremap plugin: text importer silently drops entries sharing the same action code within a context
User who did this - steven penny (pot-horse)
----------
as a workaround - I found unused actions from here
https://github.com/Rockbox/rockbox/blob/master/apps/action.h
example
CONTEXT_WPS = {
# Long VOL_UP: play/pause once (first repeat only)
{ACTION_WPS_PLAY, BUTTON_VOL_UP | BUTTON_REPEAT, BUTTON_VOL_UP},
# Swallow: subsequent VOL_UP repeats (stops volume rising while held)
{ACTION_KBD_UP, BUTTON_VOL_UP | BUTTON_REPEAT, BUTTON_VOL_UP | BUTTON_REPEAT},
# Swallow: VOL_UP release after hold (stops stray volume step on release)
{ACTION_KBD_LEFT, BUTTON_VOL_UP | BUTTON_REL, BUTTON_VOL_UP | BUTTON_REPEAT},
# Long VOL_DOWN: menu once (first repeat only)
{ACTION_WPS_MENU, BUTTON_VOL_DOWN | BUTTON_REPEAT, BUTTON_VOL_DOWN},
# Swallow: subsequent VOL_DOWN repeats
{ACTION_KBD_DOWN, BUTTON_VOL_DOWN | BUTTON_REPEAT, BUTTON_VOL_DOWN | BUTTON_REPEAT},
# Swallow: VOL_DOWN release after hold
{ACTION_KBD_RIGHT, BUTTON_VOL_DOWN | BUTTON_REL, BUTTON_VOL_DOWN | BUTTON_REPEAT},
# Short PLAY: previous track
{ACTION_WPS_SKIPPREV, BUTTON_PLAY | BUTTON_REL, BUTTON_PLAY},
# Short POWER: keylock
{ACTION_STD_KEYLOCK, BUTTON_POWER | BUTTON_REL, BUTTON_POWER},
}
----------
More information can be found at the following URL:
https://www.rockbox.org/tracker/task/13975#comment45651
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
--
rockbox-sf mailing list
[email protected]
https://lists.haxx.se/mailman/listinfo/rockbox-sf