summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-clip.c (follow)
Commit message (Collapse)AuthorAge
* Correct some file permissions.Szymon Dziok2014-09-08
| | | | Change-Id: I4a092a19d6a9c66dfeb2777c9655aa4b19d11e16
* clip+/zip: add FMS soft lock actionAmaury Pouly2013-06-29
| | | | | | Change-Id: Iba5cb8b29ad06080d04105d6f9ef2c62e81d4f36 Reviewed-on: http://gerrit.rockbox.org/491 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
* Clip radio keymap update by Shiloh Hawley and myself.Michael Giacomelli2012-11-25
| | | | | | Makes FM radio keys consistent with the updated Clip keymap in the rest of rockbox. Home now goes to the main menu, power stops the radio, and several other keys are a little more obvious. Change-Id: Iaab207acf936820d5602ae1ce4ffbbe30bf7877e
* Commit FS#12288 - Sansa Clip+: "Home" in the main menu to WPS/Radio.Michael Giacomelli2012-02-25
| | | | | | | | | | Author: Akio Idehara Change the keymap for all Sandisk Clip series players so that pressing home in the main menu will return to the last viewed of either the WPS or the radio screen. Change-Id: Id890bf3593a9e6313304c9f7bb3ceb9a36ea6f33
* Enable leaving the quickscreen with Select as the manual currently states ↵Michael Giacomelli2012-02-24
| | | | | | should be possible. Change-Id: I7cb8be9e913722cdf4ffff3db70b11c9f17f8385
* cahnge button mapping in list cotext so that it ignores button release.Teruaki Kawashima2010-11-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28704 a1c6a512-1295-4272-9138-f99709370657
* Clip WPS keymap: move pitchscreen to long upRafaël Carré2010-09-02
| | | | | | Make users happy, as now short down does nothing (but bring backlight on) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27982 a1c6a512-1295-4272-9138-f99709370657
* Clip keymap: the pitchscreen action should only hit on button release (short ↵Marianne Arnold2010-08-28
| | | | | | press) instead of every button press which made it impossible to get to the hotkey action (long press of the same button) after r27897. Reported in IRC. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27912 a1c6a512-1295-4272-9138-f99709370657
* Clip keymap : move pitchscreen to short submenu in wpsRafaël Carré2010-08-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27897 a1c6a512-1295-4272-9138-f99709370657
* ACTION_FM_QUICKSCREEN is unusedRafaël Carré2010-06-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26944 a1c6a512-1295-4272-9138-f99709370657
* clip recording keymap changes, thanks to dfktRafaël Carré2010-06-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26943 a1c6a512-1295-4272-9138-f99709370657
* clip+ keymap: revert r26396Rafaël Carré2010-06-18
| | | | | | | software hold is now on home+select and quickscreen on long home like on other clips git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26938 a1c6a512-1295-4272-9138-f99709370657
* Change the software hold button combo from select + home to just holding ↵Michael Giacomelli2010-05-29
| | | | | | home. This is both easier to do on such a small player and more consistent with the OF. Quickscreen is now select + home. Update the manual to reflect this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26396 a1c6a512-1295-4272-9138-f99709370657
* FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work ↵Jeffrey Goode2010-04-01
| | | | | | before they can be switched on git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25414 a1c6a512-1295-4272-9138-f99709370657
* Clip: enable recording keymap when needed (forgotten in r25390)Rafaël Carré2010-03-31
| | | | | | | | The keymap of recscreen needs serious work, and apparently there are other bugs in the settings keymap. See conversation at http://www.rockbox.org/irc/log-20100331#03:51:25 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25406 a1c6a512-1295-4272-9138-f99709370657
* as3525v2 : recording (FM only, no microphone yet)Rafaël Carré2010-03-29
| | | | | | | | | Add HAVE_AS3543 config define to differentiate the bits changed since as3514/as3517 Enable recording on Fuzev2/Clipv2/Clip+, although it was tested on Clip+ only Note: storage is still read-only so I tested by listening to headphones loopback and watching the recording level in recscreen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25390 a1c6a512-1295-4272-9138-f99709370657
* Clip+: arbitrary combo (home+select) for button lockRafaël Carré2010-03-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25293 a1c6a512-1295-4272-9138-f99709370657
* Quickscreen for the radio screen. I added a keymap for almost all targets. I ↵Thomas Martitz2010-02-20
| | | | | | couldn't find a nice one (i.e. one that's consistent with the wps/menu quickscreen combo) for iaudio m3, ondavx747 and the gogears. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24795 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#10997 - Clipv1 Quickscreen - left button cancels instead of toggling ↵Michael Chicoine2010-02-11
| | | | | | shuffle git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24593 a1c6a512-1295-4272-9138-f99709370657
* USB HID: Use different context for each mode; Use constant for each action;Tomer Shalev2009-10-17
| | | | | | | | | | | | | Rework keymaps This commit makes the code neater and more readable. It makes it easier to modify keymap assignments and new keypad modes. Some platforms had their keypad mappings reworked. The manual is updated to reflect all these changes. H10 remote control mapping dropped. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23219 a1c6a512-1295-4272-9138-f99709370657
* Add USB HID mouse support for H10Tomer Shalev2009-10-05
| | | | | | | | | - Protect mouse keymaps with #ifdef HAVE_USB_HID_MOUSE - Add preliminary support for remote mouse mode in iPods, pending P#10623 - Use ACTION_USB_HID_MOUSE_WHEEL_SCROLL_UP/DOWN instead of standard INC/DEC git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22940 a1c6a512-1295-4272-9138-f99709370657
* Commit "FS#10468 - USB HID: Show keypad mode on screen"Tomer Shalev2009-09-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22852 a1c6a512-1295-4272-9138-f99709370657
* Quickscreen: 4th itemThomas Martitz2009-08-29
| | | | | | | | | | | This adds a 4th top item to the quickscreen. It's as configurable as the existing three items. This patch goes along with optimisations for small screens for better displaying of all four items. 14px font is very usable on a 64px height display for example. Left and Top items go through the items in the opposite direction, so that you can mirror a setting and toggle through it in both directions. Default item is party mode, as it's target independant. Flyspray: FS#9706 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22532 a1c6a512-1295-4272-9138-f99709370657
* Commit part of FS#9873 - Utilise buttons for playlistingThomas Martitz2009-07-22
| | | | | | | It adds a shortcut (combo or button) to directly go from the wps to the playlist viewer. The combos could possibly be improved on some targets, but I tried to keep a tad bit of consistency (was hardly possible). I also added a corresponding touchscreen region and adapted cabbiev2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22003 a1c6a512-1295-4272-9138-f99709370657
* FS#10421 - clip keymap updates.Jonathan Gordon2009-07-11
| | | | | | | | | | | | | | | | | | | | | Major changes: - try to minimise combos - home is goto menu just about everywhere (and goto previous from the main menu) - home+select is goto wps - long home is quickscreen - removed referneces to the rec screen... we can argue about that when recording is implemented in the wps: - down = id3 screen - long down = pitch screen lists: - select+up/down is page up/down.... home+right isnt a valid combo, nor is home+up :< - home in quickscreen is exit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21770 a1c6a512-1295-4272-9138-f99709370657
* FS#8894 - Add time stretching feature to all SWCODEC targets - the current ↵Steve Bavin2009-06-12
| | | | | | algorithm is best for spoken word. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21258 a1c6a512-1295-4272-9138-f99709370657
* Add HID keymap handling in usb screen. This allows to use the DAP as a ↵Frank Gevaerts2009-05-23
| | | | | | keypad to control the PC. The current keymaps are audio-oriented (play/pause/volume/...) (FS#10218 by Tomer Shalev) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21054 a1c6a512-1295-4272-9138-f99709370657
* Commit keyboard keymap fixed for the Sansa Clip by Rafael Carre. Michael Giacomelli2009-04-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20721 a1c6a512-1295-4272-9138-f99709370657
* Commit stable parts of FS#9611 - Sansa Clip radio codeBertrik Sikken2009-01-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19813 a1c6a512-1295-4272-9138-f99709370657
* Minor Clip button changes: UP|REPEAT no longer goes to wps. Volume ↵Björn Stenberg2009-01-13
| | | | | | adjustment activated in list + tree. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19760 a1c6a512-1295-4272-9138-f99709370657
* Sansa Clip: simplify keymap for button_context_right_is_inc. This fixes ↵Bertrik Sikken2009-01-03
| | | | | | | | | moving around in the graphical equalizer screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19648 a1c6a512-1295-4272-9138-f99709370657
* Fixed Sansa clip keymap for CONTEXT_SETTINGS. Use same keymap for ↵Bertrik Sikken2008-11-24
| | | | | | CONTEXT_SETTINGS_TIME. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19202 a1c6a512-1295-4272-9138-f99709370657
* Use volume buttons instead of left/right button to control volume in WPS.Bertrik Sikken2008-11-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19192 a1c6a512-1295-4272-9138-f99709370657
* Sansa Clip simulatorRafaël Carré2008-10-31
First draft at keymapping based on e200 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18948 a1c6a512-1295-4272-9138-f99709370657