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:
parent
938d671f94
commit
6e7df95b0e
2 changed files with 12 additions and 0 deletions
|
@ -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}
|
||||||
|
|
|
@ -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}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue