Age | Commit message (Collapse) | Author |
|
|
|
Fix Back button in Android TV Remote Control app
|
|
This makes the B button mirror the behavior of the Backspace key.
|
|
Previously, pressing B would immediately stop the video.
After changing this to match the Backspace key behavior, pressing B will
toggle fullscreen and holding B will stop.
|
|
Fix image panning using a joystick
|
|
|
|
FIX: [voicerecog] add alternative keys
|
|
Corrected typos and removed some redundant assignments
|
|
|
|
|
|
|
|
|
|
|
|
By setting "a" to the Shift action, the correct Select actions were being
blocked, making the virtual keyboard unusable.
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
[touchscreen/pictures] - allow to back out from fullscreen picture mo…
|
|
|
|
mapping longpress
|
|
|
|
remote keymap numeric key definitions
|
|
go to 'now' instead.
|
|
FileBrowser: fix multiple item selection
|
|
|
|
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?
|
|
|
|
Remove home screen info mapping from remote.xml
|
|
|
|
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).
|
|
|
|
rename librarysettings to mediasettings
|
|
|
|
|
|
|
|
|
|
|
|
Remove all long-press actions from remote.xml
|
|
It appears that long-press does not behave well with input devices that use remote.xml (MCE, non-android CEC, etc). This removes those actions for now.
|
|
Default keymaps for WeTek USB remotes
|
|
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)
|
|
Successor to https://github.com/xbmc/xbmc/pull/8290
This is using updated and safe keymaps that work on all three of the current WeTek USB remotes. This has gotten really good feedback from users and from people on the LibreELEC team.
This does not currently impact using these remotes in Android, so this is linux only (LibreELEC/OpenELEC, OSMC, etc).
|
|
|
|
|