Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Gogear Sa9200 add keymap definitions

Change-Id: I731844a532bc119c5499c53cd6b3d202459a2683

authored by

William Wilgus and committed by
William Wilgus
61ae5e69 1959fade

+114 -1
+1 -1
manual/platform/gogearsa9200.tex
··· 23 23 \newcommand{\disk}{flash storage} 24 24 25 25 % link external keymap file 26 - % \input{platform/keymap-sa9200.tex} 26 + \input{platform/keymap-sa9200.tex}
+113
manual/platform/keymap-sa9200.tex
··· 1 + % $Id$ 2 + 3 + \newcommand{\ButtonPlay}{\btnfnt{Play}} 4 + \newcommand{\ButtonLeft}{\btnfnt{Left}} 5 + \newcommand{\ButtonRight}{\btnfnt{Right}} 6 + \newcommand{\ButtonUp}{\btnfnt{Up}} 7 + \newcommand{\ButtonDown}{\btnfnt{Down}} 8 + \newcommand{\ButtonPower}{\btnfnt{Power}} 9 + \newcommand{\ButtonVolDown}{\btnfnt{Volume Down}} 10 + \newcommand{\ButtonVolUp}{\btnfnt{Volume Up}} 11 + \newcommand{\ButtonPrev}{\btnfnt{Prev}} 12 + \newcommand{\ButtonNext}{\btnfnt{Next}} 13 + \newcommand{\ButtonMenu}{\btnfnt{Menu}} 14 + 15 + %Button actions, standard context 16 + \newcommand{\ActionStdPrev}{\ButtonUp} 17 + \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp} 18 + \newcommand{\ActionStdNext}{\ButtonDown} 19 + \newcommand{\ActionStdNextRepeat}{Long \ButtonDown} 20 + \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPrev} 21 + \newcommand{\ActionStdOk}{\ButtonRight or \ButtonPlay} 22 + \newcommand{\ActionStdMenu}{Long \ButtonMenu{}} 23 + \newcommand{\ActionStdContext}{Long \ButtonPlay} 24 + \newcommand{\ActionStdQuickScreen}{Long \ButtonMenu{}} 25 + \newcommand{\ActionQuickScreenExit}{\ButtonPrev{} or \ButtonPower} 26 + \newcommand{\ActionStdRec}{Long \ButtonRec} 27 + 28 + %Button actions, wps context 29 + \newcommand{\ActionWpsPlay}{\ButtonPlay} 30 + \newcommand{\ActionWpsStop}{\ButtonPower} 31 + \newcommand{\ActionWpsSkipPrev}{\ButtonLeft} 32 + \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft} 33 + \newcommand{\ActionWpsSkipNext}{\ButtonRight} 34 + \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight} 35 + \newcommand{\ActionWpsVolDown}{\ButtonDown} 36 + \newcommand{\ActionWpsVolUp}{\ButtonUp} 37 + \newcommand{\ActionWpsBrowse}{\ButtonRight} 38 + \newcommand{\ActionWpsContext}{Long \ButtonRight} 39 + \newcommand{\ActionWpsHotkey}{\ButtonNext} 40 + \newcommand{\ActionWpsPlaylist}{Long \ButtonPrev} 41 + \newcommand{\ActionWpsMenu}{\ButtonLeft} 42 + \newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu{}} 43 + \newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{}+\ButtonNext} 44 + \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{}+\ButtonPrev} 45 + \newcommand{\ActionWpsAbReset}{\ButtonPower{}+\ButtonUp} 46 + 47 + %Button actions, tree context 48 + \newcommand{\ActionTreeWps}{Long \ButtonPrev} 49 + \newcommand{\ActionTreeStop}{Long \ButtonNext} 50 + \newcommand{\ActionTreeEnter}{Long \ButtonPrev} %% Not sure about this one ** 51 + \newcommand{\ActionTreeParentDirectory}{\ButtonLeft} %% Not sure about this one ** 52 + \newcommand{\ActionTreeHotkey}{\ButtonNext} 53 + 54 + %Button actions, YesNo context 55 + \newcommand{\ActionYesNoAccept}{\ButtonPlay} 56 + 57 + %Button actions, Setting context 58 + \newcommand{\ActionSettingInc}{\ButtonUp} 59 + \newcommand{\ActionSettingDec}{\ButtonDown} 60 + 61 + %Button actions, Alarm screen 62 + \newcommand{\ActionAlarmSet}{\ButtonPlay} 63 + \newcommand{\ActionAlarmCancel}{Long \Buttonplay} 64 + \newcommand{\ActionAlarmHoursDec}{\ButtonDown} 65 + \newcommand{\ActionAlarmHoursInc}{\ButtonUp} 66 + 67 + %Button actions, Virtual Keyboard Context 68 + \newcommand{\ActionKbdLeft}{\ButtonLeft} 69 + \newcommand{\ActionKbdRight}{\ButtonRight} 70 + \newcommand{\ActionKbdSelect}{\ButtonPlay} 71 + \newcommand{\ActionKbdDone}{Long \ButtonRight} 72 + \newcommand{\ActionKbdAbort}{Long \ButtonLeft} 73 + \newcommand{\ActionKbdUp}{\ButtonUp} 74 + \newcommand{\ActionKbdDown}{\ButtonDown} 75 + \newcommand{\ActionKbdCursorLeft}{\ButtonPrev{}} 76 + \newcommand{\ActionKbdCursorRight}{\ButtonNext{}} 77 + \newcommand{\ActionKbdBackSpace}{\ButtonVolUp{} or Long \ButtonVolUp{}} 78 + \newcommand{\ActionKbdMorseInput}{\ButtonMenu{}+\ButtonPlay} 79 + \newcommand{\ActionKbdMorseSelect}{\ButtonPlay} 80 + 81 + %Button actions, Pitch Screen context 82 + \newcommand{\ActionPsToggleMode}{\ButtonRight} 83 + \newcommand{\ActionPsIncSmall}{\ButtonUp} 84 + \newcommand{\ActionPsIncBig}{Long \ButtonUp} 85 + \newcommand{\ActionPsDecSmall}{\ButtonDown} 86 + \newcommand{\ActionPsDecBig}{Long \ButtonDown} 87 + \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} 88 + \newcommand{\ActionPsNudgeRight}{\ButtonRight} 89 + \newcommand{\ActionPsReset}{\ButtonLeft} 90 + \newcommand{\ActionPsExit}{\ButtonPlay} 91 + 92 + %Button actions, Bookmark screen context 93 + \newcommand{\ActionBmDelete}{Long \ButtonNext} 94 + 95 + %Plugin lib actions 96 + \newcommand{\PluginUp}{\ButtonUp} 97 + \newcommand{\PluginDown}{\ButtonDown} 98 + \newcommand{\PluginLeft}{\ButtonLeft} 99 + \newcommand{\PluginRight}{\ButtonRight} 100 + \newcommand{\PluginUpRepeat}{Long \ButtonUp} 101 + \newcommand{\PluginDownRepeat}{Long \ButtonDown} 102 + \newcommand{\PluginLeftRepeat}{Long \ButtonLeft} 103 + \newcommand{\PluginRightRepeat}{Long \ButtonRight} 104 + \newcommand{\PluginCancel}{\ButtonLeft} 105 + \newcommand{\PluginExit}{\ButtonRight} 106 + \newcommand{\PluginSelect}{\ButtonPlay} 107 + \newcommand{\PluginSelectRepeat}{Long \ButtonPlay} 108 + 109 + 110 + \newcommand{\ActionKbdPageFlip}{} 111 + \newcommand{\ActionStdUsbCharge}{} 112 + \newcommand{\ButtonSelect}{\btnfnt{Play}} %%is this correct? ** 113 + \newcommand{\ButtonHold}{} %% this is not correct **