aboutsummaryrefslogtreecommitdiff
path: root/system/keymaps
AgeCommit message (Collapse)Author
2014-04-29add some missing multi media keysRainer Hochecker
2014-03-28[Linux] add basic support for Wii U Pro ControllerMarius T
Since Linux kernel 3.13, the Wii U Pro Controller works out-of-the-box by simply connecting it as a bluetooth device. This is way better than the Xbox 360 controller because you don't need a separate adapter. Additionally the LEDs work properly and the controller has a power button, so you can actually turn it off instead of having to unplug the battery. This patch adds basic support for menu navigation and video playback. It mostly matches the Xbox 360 Controller mappings (from the Wiki) with some minor differences (e.g. the home button actually takes you home and the secondary shoulder buttons are not analog). I also tested this controller on Windows 8.1. You can connect it as a bluetooth device but it doesn't actually work. The LEDs on the controller keep blinking and XBMC only detects it as a joystick with 0 buttons, 0 hats and 0 axes. I guess there is simply no driver support but I haven't looked into it in detail.
2014-03-07FIX: [touch] workaround double-click in file managerChris "Koying" Browet
2014-02-11Merge pull request #4151 from xhaggi/pvr-keymapsTrent Nelson
[RFC] change keymaps for FullscreenLiveTV section
2014-02-11[keymaps] change keymaps for FullscreenLiveTV sectionxhaggi
* left/right for timeshift StepBack/StepForward
2014-02-10[pvr] fix: missing action mapping for ACTION_RECORDxhaggi
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-05Add MoveItemUp/Down to Favorites windowNedScott
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-05Update remote.xml with ChapterOrBigStepForward/BackNedScott
Per https://github.com/xbmc/xbmc/pull/3280 This allows the behavior from v12 to be consistent with v13
2014-01-05Update keyboard.xml with ChapterOrBigStepForward/BackNedScott
Per https://github.com/xbmc/xbmc/pull/3280 This allows the behavior from v12 to be consistent with v13
2014-01-05Add some fullscreen video controls to touchscreen.xmlNedScott
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-28ADD: implement default joystick mapChris "Koying" Browet
2013-10-27Add proper "<?xml ..." declaration to most .xml filesKarlson2k
2013-09-28changed: 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-09Implement Logitech Rumblepad 2Tarulia
2013-05-03keymap: Added support for Batarang Wired Controller for Xbox 360 (thanks ↵Garrett Brown
Necromas)
2013-04-06fixed: stupid c&p mistakespiff
2013-04-05added: 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-05touch: add touch gesture detectors for pinch/zoom, rotate and swipemontellese
2013-03-05input: implement touch input through mappable actionsmontellese
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 controllersGarrett Brown
Controller is Logitech Gamepad F310
2013-01-20sys: add action "switchplayer" that allows switch of forced playerJoakim 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-15Use key name not id in the Nyxboard mapping for F4John Rennie
2013-01-15Move the Nyxboard sleep key mapping to the main keymapJohn Rennie
2013-01-15Add key mapping for the power buttonJohn Rennie
2013-01-08moved nyxboard power and user button from peripheral config to keyboard.xmlLars 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-30Merge pull request #1862 from da-anda/keymap-xbox360wjmarshallnz
Improved keymap for XBOX 360 Wireless controllers
2012-11-29Improved keymap for XBOX 360 Wireless controllerFranz Koch
2012-11-29make backspace go back in music vis as it does in fullscreen videoJonathan Marshall
2012-11-13[pvr] add missing channel up/down key bindings in FullScreenLiveTV for ↵Franz Koch
remaining keymap files after 108c19c
2012-11-08Resolved 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-06Merge pull request #1724 from da-anda/pvr-keymapArne 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-02Merge pull request #1707 from Pulse-Eight/libcec2.0.3Lars Op den Kamp
bump to libCEC 2.0.3
2012-11-01keymaps: 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-30fix invalid XML commentJonathan Marshall
2012-09-28[PVR] Change keyboard.xml to PVR related MCE key combinationsavdleeuw
2012-09-12removed: undefined action 'language' in remote.xmlvdrfan
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-24don't map 'end' key to Shutdown()ronie
2012-04-14adjust remote.xml after 72ae0599b30ef48a0c3a49455955b3c76f75d026Rainer Hochecker
2012-03-21Drop special casing for page up/down in dvdplayer and handle this by keymapelupus
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 affectedMemphiz