1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/menus
William Wilgus cb94b3ae2e keyboard add ability to specify temporary custom layouts
rb core allows you to load custom keyboard layouts

this patch adds the ability to load a keyboard layout in a buffer
the custom layout is temporary and does not overwrite the current layout

use like so:

    unsigned short kbd[64];
    unsigned short *kbd_p = kbd;
    if (!kbd_create_layout("ABCD1234\n", kbd, sizeof(kbd)))
        kbd_p = NULL;

    rb->kbd_input(buf,sizeof(buf), kbd_p);

Change-Id: I7be2bd4a1b4797a147fa70228a9749dc56ac052a
2020-07-22 06:48:28 -04:00
..
audiohw_eq_menu.c Fix red dynamic menus 2019-09-20 03:57:38 -05:00
display_menu.c Fix more of the red from c39f95465 2020-07-19 22:55:09 +00:00
eq_menu.c do_menu pass internal synclist reference to callback 2020-07-19 22:10:26 +00:00
eq_menu.h Fix menu warnings 2018-10-18 00:06:31 +02:00
exported_menus.h playlist_viewer: Resurrect playlist viewer settings submenu in the playlist viewer context menu. 2014-01-11 10:46:37 +01:00
main_menu.c Fix the yellow in the player build from c39f95465 2020-07-19 23:37:43 +00:00
menu_common.c do_menu pass internal synclist reference to callback 2020-07-19 22:10:26 +00:00
menu_common.h do_menu pass internal synclist reference to callback 2020-07-19 22:10:26 +00:00
playback_menu.c do_menu pass internal synclist reference to callback 2020-07-19 22:10:26 +00:00
playlist_menu.c keyboard add ability to specify temporary custom layouts 2020-07-22 06:48:28 -04:00
plugin_menu.c Fix oops in r29160 (apps went into games and vice versa). 2011-01-29 15:03:03 +00:00
radio_menu.c Bug fix dynamic menus 2019-09-20 03:07:29 -05:00
recording_menu.c do_menu pass internal synclist reference to callback 2020-07-19 22:10:26 +00:00
settings_menu.c do_menu pass internal synclist reference to callback 2020-07-19 22:10:26 +00:00
sound_menu.c do_menu pass internal synclist reference to callback 2020-07-19 22:10:26 +00:00
theme_menu.c do_menu pass internal synclist reference to callback 2020-07-19 22:10:26 +00:00
time_menu.c do_menu pass internal synclist reference to callback 2020-07-19 22:10:26 +00:00