<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/apps/keymaps, branch duke3d</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>nwz: improve keymap</title>
<updated>2017-11-14T15:49:36+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2017-11-14T15:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=ff08c5287dda0ecedba22e8d71d9d75ed3b36342'/>
<id>ff08c5287dda0ecedba22e8d71d9d75ed3b36342</id>
<content type='text'>
- enable various features in radio screen (like mode switch)
- improve keyboard (short play to select, long play to finish, power to abort)
- enable volume keys in radio screen if available

Change-Id: I01e71291cfd783763ffd55d4fa60610b6900c726
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- enable various features in radio screen (like mode switch)
- improve keyboard (short play to select, long play to finish, power to abort)
- enable volume keys in radio screen if available

Change-Id: I01e71291cfd783763ffd55d4fa60610b6900c726
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix keymap for YP-R0 regarding broken keylock, add more key maps</title>
<updated>2017-09-20T19:22:24+00:00</updated>
<author>
<name>Johannes Rauh</name>
<email>johnbthetenth@gmail.com</email>
</author>
<published>2017-08-14T11:05:32+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=638eaeb88405ffa125db090015610199625d15b8'/>
<id>638eaeb88405ffa125db090015610199625d15b8</id>
<content type='text'>
Keylock is now toggled by the key combo User&amp;Power for WPS and FMS.
Pitchscreen has been added as long press of User.

While in bookmark screen, short press of Power deletes bookmark.
While in (most) menus or tree, first press of MENU takes you back to the
main menu, second press to WPS (aka button_context_tree).

Removed ACTION_WPSAB_SINGLE as long press of USER is now Pitchscreen.

Change-Id: I6aee7f8655b1073ed8d74dabe73895a7c0e54bfe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keylock is now toggled by the key combo User&amp;Power for WPS and FMS.
Pitchscreen has been added as long press of User.

While in bookmark screen, short press of Power deletes bookmark.
While in (most) menus or tree, first press of MENU takes you back to the
main menu, second press to WPS (aka button_context_tree).

Removed ACTION_WPSAB_SINGLE as long press of USER is now Pitchscreen.

Change-Id: I6aee7f8655b1073ed8d74dabe73895a7c0e54bfe
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for the NWZ-A860</title>
<updated>2017-09-16T22:03:02+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2017-09-10T19:55:35+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=ac57f96838b53e574477d13bf41bc54711a70c21'/>
<id>ac57f96838b53e574477d13bf41bc54711a70c21</id>
<content type='text'>
Change-Id: Ibf0c5168ac31d4ba2aeaa86cbeca37a1011b75fa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ibf0c5168ac31d4ba2aeaa86cbeca37a1011b75fa
</pre>
</div>
</content>
</entry>
<entry>
<title>For Sony players that have explicit volume keys, make better use of the up and down button</title>
<updated>2017-09-16T21:57:50+00:00</updated>
<author>
<name>Johannes Rauh</name>
<email>johnbthetenth@gmail.com</email>
</author>
<published>2017-04-18T15:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=0291db372edbf5c2b589cbb5d5d01fdc1763cd62'/>
<id>0291db372edbf5c2b589cbb5d5d01fdc1763cd62</id>
<content type='text'>
Longpress Up:  pitch screen
Down:          playlist view

Change-Id: Ibb1032cefd32ce7a3fc309d6ee8d1ba0914583f6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Longpress Up:  pitch screen
Down:          playlist view

Change-Id: Ibb1032cefd32ce7a3fc309d6ee8d1ba0914583f6
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit for the Sony NWZ linux port</title>
<updated>2017-09-05T19:42:12+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2017-02-23T10:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=1d121e8c082fe67757cf0d4df7b9e6ca1e26f755'/>
<id>1d121e8c082fe67757cf0d4df7b9e6ca1e26f755</id>
<content type='text'>
SUPPORTED SERIES:
- NWZ-E450
- NWZ-E460
- NWZ-E470
- NWZ-E580
- NWZ-A10

NOTES:
- bootloader makefile convert an extra font to be installed alongside the bootloader
  since sysfont is way too small
- the toolsicon bitmap comes from the Oxygen iconset
- touchscreen driver is untested

TODO:
- implement audio routing driver (pcm is handled by pcm-alsa)
- fix playback: it crashes on illegal instruction in DEBUG builds
- find out why the browser starts at / instead of /contents
- implement radio support
- implement return to OF for usb handling
- calibrate battery curve (NB: of can report a battery level on a 0-5 scale but
  probabl don't want to use that ?)
- implement simulator build (we need a nice image of the player)
- figure out if we can detect jack removal

POTENTIAL TODOS:
- try to build a usb serial gadget and gdbserver

Change-Id: Ic77d71e0651355d47cc4e423a40fb64a60c69a80
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SUPPORTED SERIES:
- NWZ-E450
- NWZ-E460
- NWZ-E470
- NWZ-E580
- NWZ-A10

NOTES:
- bootloader makefile convert an extra font to be installed alongside the bootloader
  since sysfont is way too small
- the toolsicon bitmap comes from the Oxygen iconset
- touchscreen driver is untested

TODO:
- implement audio routing driver (pcm is handled by pcm-alsa)
- fix playback: it crashes on illegal instruction in DEBUG builds
- find out why the browser starts at / instead of /contents
- implement radio support
- implement return to OF for usb handling
- calibrate battery curve (NB: of can report a battery level on a 0-5 scale but
  probabl don't want to use that ?)
- implement simulator build (we need a nice image of the player)
- figure out if we can detect jack removal

POTENTIAL TODOS:
- try to build a usb serial gadget and gdbserver

Change-Id: Ic77d71e0651355d47cc4e423a40fb64a60c69a80
</pre>
</div>
</content>
</entry>
<entry>
<title>zen/zenxfi: map menu button to pitch screen toggle mode</title>
<updated>2017-06-29T11:27:36+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2017-06-29T11:26:56+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=f9198ba35c55bf8765e54c271f1598a181f5c268'/>
<id>f9198ba35c55bf8765e54c271f1598a181f5c268</id>
<content type='text'>
The toggle action was unmapped for some reason

Change-Id: I061d790801215a99f56771993169341e46e54a77
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The toggle action was unmapped for some reason

Change-Id: I061d790801215a99f56771993169341e46e54a77
</pre>
</div>
</content>
</entry>
<entry>
<title>zenxfi3: fix recording keymap and simulator keymap</title>
<updated>2016-09-20T23:29:42+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2016-09-20T22:59:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=5918e18e816e23fa9c097d0e8cf0a5813538018b'/>
<id>5918e18e816e23fa9c097d0e8cf0a5813538018b</id>
<content type='text'>
Change-Id: I246834b5244d4e0f672633d2960db45278e12ec4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I246834b5244d4e0f672633d2960db45278e12ec4
</pre>
</div>
</content>
</entry>
<entry>
<title>Samsung YP-R0: Fix settings keymap (apply FS#13073 by lebellium)</title>
<updated>2016-08-23T22:39:50+00:00</updated>
<author>
<name>Sebastian Leonhardt</name>
<email>sebastian.leonhardt@web.de</email>
</author>
<published>2016-08-22T22:02:09+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=108a0f3fd044c1523084fdb3d512dd09d20b520a'/>
<id>108a0f3fd044c1523084fdb3d512dd09d20b520a</id>
<content type='text'>
Change-Id: Id251900c510bddb15cdf7fe9a43cf7df46645923
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id251900c510bddb15cdf7fe9a43cf7df46645923
</pre>
</div>
</content>
</entry>
<entry>
<title>Fuze+: fix CONTEXT_SETTINGS keymap (unable to cancel)</title>
<updated>2016-08-21T22:13:54+00:00</updated>
<author>
<name>Sebastian Leonhardt</name>
<email>sebastian.leonhardt@web.de</email>
</author>
<published>2016-08-21T22:13:54+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=afcdf0006748428000ff912e9efbf54d507cc046'/>
<id>afcdf0006748428000ff912e9efbf54d507cc046</id>
<content type='text'>
Change-Id: Ia1f13f54de77c65ba07d2aeb3f77122ee09e5275
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia1f13f54de77c65ba07d2aeb3f77122ee09e5275
</pre>
</div>
</content>
</entry>
<entry>
<title>zenxfi3: update keymap</title>
<updated>2016-05-30T15:52:41+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2016-05-30T15:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=86df983eee86eafe9325fc28a0ebe9d1c42c77cd'/>
<id>86df983eee86eafe9325fc28a0ebe9d1c42c77cd</id>
<content type='text'>
Map short menu press to context menu/quickscreen.
Map long menu press to return to main menu.
Also remove some stupid keylock mapping, that doesn't make sense.

Change-Id: I5f9b05af261bcbd2f0cf116f99570c4d853e0394
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Map short menu press to context menu/quickscreen.
Map long menu press to return to main menu.
Also remove some stupid keylock mapping, that doesn't make sense.

Change-Id: I5f9b05af261bcbd2f0cf116f99570c4d853e0394
</pre>
</div>
</content>
</entry>
</feed>
