1
0
Fork 0
forked from len0rd/rockbox

manual: wake up alarm buttons for Clip and Fuze keymaps

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26264 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-05-24 18:40:37 +00:00
parent 938d671f94
commit 6e7df95b0e
2 changed files with 12 additions and 0 deletions

View file

@ -108,3 +108,9 @@
%Button actions, Bookmark screen context %Button actions, Bookmark screen context
\newcommand{\ActionBmDelete}{\ButtonHome} \newcommand{\ActionBmDelete}{\ButtonHome}
%Button actions, Alarm screen
\newcommand{\ActionAlarmSet}{\ButtonSelect}
\newcommand{\ActionAlarmCancel}{\ButtonPower}
\newcommand{\ActionAlarmHoursInc}{\ButtonRight}
\newcommand{\ActionAlarmHoursDec}{\ButtonLeft}

View file

@ -110,3 +110,9 @@
%Button actions, Bookmark screen context %Button actions, Bookmark screen context
\newcommand{\ActionBmDelete}{\ButtonHome} \newcommand{\ActionBmDelete}{\ButtonHome}
%Button actions, Alarm screen
\newcommand{\ActionAlarmSet}{\ButtonSelect}
\newcommand{\ActionAlarmCancel}{\ButtonLeft}
\newcommand{\ActionAlarmHoursInc}{\ButtonDown}
\newcommand{\ActionAlarmHoursDec}{\ButtonUp}