mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
gui/widget/keyboard_input.cpp: add string input with keyboard-style layout
This commit is contained in:
@@ -2114,8 +2114,12 @@ typedef enum
|
||||
LOCALE_STREAMING_OVERFLOW,
|
||||
LOCALE_STREAMING_SLOW,
|
||||
LOCALE_STREAMING_WRITE_ERROR,
|
||||
LOCALE_STRINGINPUT_BACKSPACE,
|
||||
LOCALE_STRINGINPUT_CAPS,
|
||||
LOCALE_STRINGINPUT_CLEAR,
|
||||
LOCALE_STRINGINPUT_INSERT,
|
||||
LOCALE_STRINGINPUT_LAYOUT,
|
||||
LOCALE_STRINGINPUT_SAVE,
|
||||
LOCALE_SUBTITLES_CHARSET,
|
||||
LOCALE_SUBTITLES_HEAD,
|
||||
LOCALE_SUBTITLES_STOP,
|
||||
|
@@ -2114,8 +2114,12 @@ const char * locale_real_names[] =
|
||||
"streaming.overflow",
|
||||
"streaming.slow",
|
||||
"streaming.write_error",
|
||||
"stringinput.backspace",
|
||||
"stringinput.caps",
|
||||
"stringinput.clear",
|
||||
"stringinput.insert",
|
||||
"stringinput.layout",
|
||||
"stringinput.save",
|
||||
"subtitles.charset",
|
||||
"subtitles.head",
|
||||
"subtitles.stop",
|
||||
|
Reference in New Issue
Block a user