Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-28 | Merge pull request #4481 from mus65/wiiupro | Trent Nelson | |
[Linux] add basic support for Wii U Pro Controller | |||
2014-03-11 | Merge pull request #4357 from koying/fixfilemgrdoubleclick | jmarshallnz | |
FIX: [touch] workaround double-click in file manager | |||
2014-02-11 | Merge pull request #4151 from xhaggi/pvr-keymaps | Trent Nelson | |
[RFC] change keymaps for FullscreenLiveTV section | |||
2014-02-11 | [keymaps] change keymaps for FullscreenLiveTV section | xhaggi | |
* left/right for timeshift StepBack/StepForward | |||
2014-02-10 | [pvr] fix: missing action mapping for ACTION_RECORD | xhaggi | |
This adds the missing button translator action "record" poiting to ACTION_RECORD which is currently used in several PVR related windows, but could not be used in key mappings. It also adds a default implementation to GUIWindow which calls the application player record functionality, so there is no need to use XBMC.PlayerControls(record) in key mapping anymore. Furthermore the default mapping for the record button in remote.xml is changed to this new action. | |||
2014-01-05 | Add MoveItemUp/Down to Favorites window | NedScott | |
Consistent with how the playlist editor windows use MoveItemUp/Down. Requested by a user, and indeed a heck of a lot easier to organize rather than constantly bringing up the context menu. | |||
2014-01-05 | Update remote.xml with ChapterOrBigStepForward/Back | NedScott | |
Per https://github.com/xbmc/xbmc/pull/3280 This allows the behavior from v12 to be consistent with v13 | |||
2014-01-05 | Update keyboard.xml with ChapterOrBigStepForward/Back | NedScott | |
Per https://github.com/xbmc/xbmc/pull/3280 This allows the behavior from v12 to be consistent with v13 | |||
2014-01-05 | Add some fullscreen video controls to touchscreen.xml | NedScott | |
Mirrors directional controls of a remote to give some added functionality in fullscreen video: Swipe left -> StepBack Swipe right -> StepForward Swipe up -> ChapterOrBigStepForward Swipe down -> ChapterOrBigStepBack Two-finger swipe left -> SmallStepBack | |||
2013-12-21 | [remote keymapping] map the BACK button to Back in fullscreen (rather than ↵ | Jonathan Marshall | |
smallstepback in fullscreenvideo and lockpreset in visualisation) | |||
2013-10-28 | ADD: implement default joystick map | Chris "Koying" Browet | |
2013-10-27 | Add proper "<?xml ..." declaration to most .xml files | Karlson2k | |
2013-09-28 | changed: Implement ChapterOrBigStep-actions and make previous ↵ | arnova | |
BigStep-actions without chapter seeking | |||
2013-09-15 | [linux] Added "Xbox 360 Wireless Receiver (XBOX)" to <altname> tags for 360 ↵ | Garrett Brown | |
controller keymap | |||
2013-06-09 | Implement Logitech Rumblepad 2 | Tarulia | |
2013-05-03 | keymap: Added support for Batarang Wired Controller for Xbox 360 (thanks ↵ | Garrett Brown | |
Necromas) | |||
2013-04-06 | fixed: stupid c&p mistake | spiff | |
2013-04-05 | added: altname for PS3 controller (for OSX Mountain Lion) | spiff | |
thanks to chrisclausie | |||
2013-03-05 | [touch] add a mapping for 2 finger swipeleft (Back) as it was before on iOS ↵ | Memphiz | |
because of lack of hw back button | |||
2013-03-05 | touch: add touch gesture detectors for pinch/zoom, rotate and swipe | montellese | |
2013-03-05 | input: implement touch input through mappable actions | montellese | |
2013-03-05 | [keymap] Added two 360 controllers: "Wireless Gamepad F710 (Controller)" and ↵ | Garrett Brown | |
"Afterglow Gamepad for Xbox 360 (Controller)" | |||
2013-03-01 | [keymap] Add alias "Gamepad F310 (Controller)" to Windows XBOX 360 controllers | Garrett Brown | |
Controller is Logitech Gamepad F310 | |||
2013-01-20 | sys: add action "switchplayer" that allows switch of forced player | Joakim Plate | |
This allow moving a playing item to a another player (remote upnp for example) and attaching to a remote upnp player already playing It's hooked up to "y" on keyboard currently. squash into switching | |||
2013-01-15 | Use key name not id in the Nyxboard mapping for F4 | John Rennie | |
2013-01-15 | Move the Nyxboard sleep key mapping to the main keymap | John Rennie | |
2013-01-15 | Add key mapping for the power button | John Rennie | |
2013-01-08 | moved nyxboard power and user button from peripheral config to keyboard.xml | Lars Op den Kamp | |
2012-12-12 | [keymap] add more aliases to the XBOX360 controller mappings, fixing some ↵ | Franz Koch | |
inconsistencies and enable all triggers on linux (even if current driver version seems to have issues) | |||
2012-12-10 | [keymap] fix broken linux support for the XBOX360 controller and add ↵ | Franz Koch | |
additional altnames/aliases for compatible hardware. The default windows keymap for the 360 controller doesn't work well on linux because the linux drivers use different button IDs. We fix it by adding separate keymap sections for the linux device names with corrected button IDs. Also some new altnames/aliases for compatible hardware got added (like some Logitech gamepads) | |||
2012-11-30 | Merge pull request #1862 from da-anda/keymap-xbox360w | jmarshallnz | |
Improved keymap for XBOX 360 Wireless controllers | |||
2012-11-29 | Improved keymap for XBOX 360 Wireless controller | Franz Koch | |
2012-11-29 | make backspace go back in music vis as it does in fullscreen video | Jonathan Marshall | |
2012-11-13 | [pvr] add missing channel up/down key bindings in FullScreenLiveTV for ↵ | Franz Koch | |
remaining keymap files after 108c19c | |||
2012-11-08 | Resolved all button mappings for a Microsoft Xbox 360 Controller and … | Rowan Border | |
…added documentation for reference at the start of the file. Corrected all invalid button mappings found. Added all known altnames for Xbox 360 Controllers as suggested by natethomas in the thread: http://forum.xbmc.org/showthread.php?tid=144713 Signed-off-by: Rowan Border <rowanjborder@gmail.com> | |||
2012-11-06 | Merge pull request #1724 from da-anda/pvr-keymap | Arne Morten Kvarving | |
[pvr] remove hardcoded keymap in fullscreen video playback | |||
2012-11-05 | [pvr] remove hardcoded keymap in fullscreen video playback add possibility ↵ | Franz Koch | |
for PVR specific keymaps with a fallback to the default FullscreenVideo bindings if no PVR specific are found | |||
2012-11-02 | Merge pull request #1707 from Pulse-Eight/libcec2.0.3 | Lars Op den Kamp | |
bump to libCEC 2.0.3 | |||
2012-11-01 | keymaps: use "OSD" instead of "ActivateWindow(MusicOSD)" | montellese | |
2012-10-31 | [keymap] changed fullscreen mapping of 'select' to OSD, so it does the same ↵ | Lars Op den Kamp | |
as the enter key does. on some TVs, you need to go through a little OSD menu first to send a 'menu' keypress over CEC, which makes OSD access more annoying | |||
2012-10-30 | fix invalid XML comment | Jonathan Marshall | |
2012-09-28 | [PVR] Change keyboard.xml to PVR related MCE key combinations | avdleeuw | |
2012-09-12 | removed: undefined action 'language' in remote.xml | vdrfan | |
2012-09-05 | [pvr] added PVR support to XBMC (taken from ↵ | Lars Op den Kamp | |
https://github.com/opdenkamp/xbmc/commit/c576c080532a0e4c4ffc7babd57782f80a6951ba) add-ons are not included, but can be found here: https://github.com/opdenkamp/xbmc-pvr-addons | |||
2012-05-24 | don't map 'end' key to Shutdown() | ronie | |
2012-04-14 | adjust remote.xml after 72ae0599b30ef48a0c3a49455955b3c76f75d026 | Rainer Hochecker | |
2012-03-21 | Drop special casing for page up/down in dvdplayer and handle this by keymap | elupus | |
2012-02-05 | [fix] - make the comments in joystick.AppleRemote.xml keymap a bit more ↵ | Memphiz | |
clear for better distinction between atv1 and atv2 | |||
2011-12-19 | [revert] - revert b26eadcb11 - too much non atv2 plattforms affected | Memphiz | |
2011-12-17 | [atv2] - change - on atv2 apple remote make keyup 10mins skip forward and ↵ | Memphiz | |
keydown skip 10mins backward. I'll revert this if userbase pukes on that ;) |