Support and General Use > User Interface and Voice
Pressing LEFT to get to WPS from file root
TiMiD:
--- Quote from: kenshin on August 25, 2005, 12:05:32 PM ---And voting for "favorite layouts" is, in my experience, at best a crapshoot. What makes most sense to one user will seem insanely stupid to another.
--- End quote ---
I totally agree
I'm convinced that the best thing would be to make the button's layout totally customisable with a config file in which you could associate an action with a key, a key combination, a short press / long press
Also, a feature that miss me the most when I'm using rockbox is the "skip to next/last directory" shortcut (short + long joypad key press or rec on the remote in the original fw)
Mikerman:
Timid-- I agree with you as to the folder skip idea and I posted it as a feature request last weekend--hopefully, someone will pick it up!
:)
I also think that the short+long press key combination is a great possibility that isn't being taken advantage of as an option, such as for the folder skip or to scroll through long lists--that assumes that Rockbox could use that combination, of course.
hshah:
Oh I forgot to post the patch that allows you to go from root to wps:
--- Code: ---Index: tree.c
===================================================================
RCS file: /cvsroot/rockbox/apps/tree.c,v
retrieving revision 1.343
diff -u -b -r1.343 tree.c
--- tree.c 6 Jul 2005 22:57:54 -0000 1.343
+++ tree.c 16 Aug 2005 18:07:03 -0000
@@ -746,8 +746,10 @@
break;
}
- if (!tc.dirlevel)
+ if (tc.dirlevel == 0) { /*root*/
+ start_wps = true;
break;
+ }
if (id3db)
db_exit(&tc);
--- End code ---
Mikerman:
Hmm--for some reason, doesn't work for me with today's build.
hshah:
It doesn't work after you have just unplugged the USB cable, and it boots to root. It will only work when you end up going to root yourself.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version