Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
actions/keybindings using virtual windows.
|
|
viewer dialog
|
|
|
|
|
|
FIX: [voicerecog] add alternative keys
|
|
|
|
|
|
Trigger voice recognition when Soft Keyboard is open by pressing the
voice search button of the remotes
|
|
Default keymappings:
<menu> on keyboard
<X> on gamepad
|
|
|
|
|
|
go to 'now' instead.
|
|
|
|
Thanks to elpendor for RGB565 support, poisson for RAII improvements,
ChrisMyhre for catching a compile error, notspiff for CMake fixes,
acmiyaguchi for video and audio codec support, and popcornmix for
Raspberry Pi support (PR 62).
TODO: Is a call to `g_renderManager.IsStarted()` needed?
|
|
As requested here: https://github.com/xbmc/xbmc/commit/9719da3ea8046d363f3ebf650368ce7ef0838ed3#commitcomment-19212541
change control + arrow to alt + arrow, to avoid conflict on Mac OS X.
|
|
Miscellaneous keymap cleanup
|
|
These are all the little things that didn't seem big enough for their own PR:
Updated the header area to finally remove all those lingering XBMC references (some even mentioned the xbox!)
touchscreen.xml - Removed two-finger-swipe-left = seek(-7). It will now always be "back". This was originally added when remote.xml used to do smallstepback, but JMarshall thought back should always be back, and I agree. I just forgot to change touchscreen.xml
Joystick keymap had an unneeded < programs > section that was left over from a previous fix.
Added a couple of mod-combo actions to keyboard.xml for the sake of users who can't use longpress (Flirc, etc).
|
|
|
|
|
|
|
|
|
|
This adds a some additional long-press actions that users seemed to find useful from other keymaps I've done. None of these should change any existing default behavior. This also adds equivalent long-press actions for remote.xml and updated keymap header, which I had forgotten to do in the previous v16 PR.
Added:
LP on [Play]/[Play_pause] - Global - will bring up Info (both for library data, add-ons, and on-screen metadata/info).
LP on [Play]/[Play_pause] - Virtual Keyboard - Enter/done. (Similar to how Amazon does it for their remotes on most data-entry screens.)
LP on [Left] - Fullscreen video/audio - Rewind
LP on [Right] - Fullscreen video/audio - FastForward
LP on [Up] - Fullscreen video - Change audio track
LP on [Down] - Fullscreen video - Change subtitle track (which can also turn subtitles off)
LP on [Select]/[Enter]/[Return] - Fullscreen audio - PlayPause (this was already enabled for fullscreen video)
|
|
|
|
Signed-off-by: Stephan Raue <stephan@openelec.tv>
|
|
(ACTION_PVR_SHOW_TIMER_RULE), assigned to key "t" in TV and Radio Guide window.
|
|
|
|
This removes the arrow long-presses on the virtual keyboard, as well as creating a temp work-around for the long-press on back/backspace for Jarvis. I also removed commented notes in the keymap file that didn't apply to keyboards. They were leftover from when the keymap filewas for all input devices.
|
|
|
|
|
|
|
|
buttons)
|
|
|
|
|
|
|
|
|
|
|
|
Some minor adjustments to keyboard.xml
longpress on the virtual keyboard had some issues: https://github.com/xbmc/xbmc/pull/7346#discussion_r43611751
"back" behavior on some PVR keys: http://forum.kodi.tv/showthread.php?tid=242476
and some other minor improvements.
|
|
Additional long-press modifications to improve small button remotes.
This also adds a missing "browser_back" which is used in a lot of new remotes (that are seen as keyboards) as a back button. That's mainly for Linux, as Kodi on Android already translates "browser_back" as being "back" globally.
|
|
Fix < menu > for Android and linux
|
|
< menu > on Android and Linux normally defaults to context menu, but this broke when < menu > was added to the global section of keyboard.xml (nearly all remotes on Android are seen as keyboards). This restores the previous behavior.
|
|
|
|
|
|
|
|
|
|
Limitation: If a "specialized" single press is mapped, a "global" long mapping will be ignored
Workaround: Duplicate long press mapping in specialized section
|
|
|
|
visualization settings.
|