Author: pebender
Date: Mon Dec 8 09:34:34 2008
New Revision: 4060
Added:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircd.conf/optional/devinput.mcekbd
Removed:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/mythtv/optional/key.power.internal
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/game
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/minimyth/optional/key.volume.external
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/mplayer/base
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/mplayer/optional/key.volume.internal
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/mythtv/base
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/mythtv/optional/key.volume.internal
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/term
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/vlc/base
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/vlc/optional/key.volume.internal
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/xine/base
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/xine/optional/key.volume.internal
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-lirc.rules.disabled
Log:
- Added lircd.conf file for remotes that emulate MCE keyboard shortcuts.
- This has not been tested.
- Added lircrc entries for remotes that emulate MCE keyboard shortcuts.
- Because many of these are key combinations, they cannot be mapped to
the key names used by other remotes.
- This has not been tested.
- Added auto-detection of the 'Cyberlink Media Center' remote control.
- This remote emulates MCE keyboard shortcuts.
- This has not been tested.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Mon Dec 8
09:34:34 2008
@@ -54,7 +54,17 @@
can be used for different devices, enabling better support for
devices
that use the devinput driver.
- Added lircd.conf file for the already auto-detected the
- 'TechniSat SkyStar 2 TV 2.6D' remote.
+ 'TechniSat SkyStar 2 TV 2.6D' remote control.
+ - Added lircd.conf file for remotes that emulate MCE keyboard
shortcuts.
+ - This has not been tested.
+ - Added lircrc entries for remotes that emulate MCE keyboard shortcuts.
+ - Because many of these are key combinations, they cannot be
mapped to
+ the key names used by other remotes.
+ - This has not been tested.
+ - Added auto-detection of the 'Cyberlink Media Center' remote control.
+ - This remote emulates MCE keyboard shortcuts.
+ - This has not been tested.
+
Modified Xorg
- Modified the default /etc/X11/xorg.conf file so that it does not auto
Added:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircd.conf/optional/devinput.mcekbd
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircd.conf/optional/devinput.mcekbd
Mon Dec 8 09:34:34 2008
@@ -0,0 +1,49 @@
+################################################################################
+# lircd.conf file for the Media Center Edition remote control that uses
+# Media Center Edition keyboard shortcuts.
+# Since the mapping for devinput driver key codes depends on the device,
the
+# devinput lircd.conf files need to be separate from the common lircd.conf
file.
+#
<http://www.microsoft.com/enable/products/KeyboardSearch_MediaCenter2005XP.aspx>
+################################################################################
+begin remote
+
+ name linux-input-layer-mcekbd
+ bits 32
+
+ begin codes
+ KEY_BACKSPACE 0x1000e
+ KEY_R 0x10013
+ KEY_T 0x10014
+ KEY_U 0x10016
+ KEY_I 0x10017
+ KEY_O 0x10018
+ KEY_P 0x10019
+ KEY_A 0x1001e
+ KEY_S 0x1001f
+ KEY_D 0x10020
+ KEY_F 0x10021
+ KEY_G 0x10022
+ KEY_C 0x1002e
+ KEY_B 0x10030
+ KEY_N 0x10031
+ KEY_M 0x10032
+ KEY_F1 0x1003b
+ KEY_F4 0x1003e
+ KEY_F8 0x10042
+ KEY_F9 0x10043
+ KEY_F10 0x10044
+ KEY_ENTER 0x1001c
+ KEY_LEFTCTRL 0x1001d
+ KEY_LEFTSHIFT 0x1002a
+ KEY_LEFTALT 0x10038
+ KEY_HOME 0x10066
+ KEY_UP 0x10067
+ KEY_PAGEUP 0x10068
+ KEY_LEFT 0x10069
+ KEY_RIGHT 0x1006a
+ KEY_END 0x1006b
+ KEY_DOWN 0x1006c
+ KEY_PAGEDOWN 0x1006d
+ end codes
+
+end remote
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/game
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/game
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/game
Mon Dec 8 09:34:34 2008
@@ -18,3 +18,10 @@
button = KEY_EXIT
config = /usr/bin/mm_game_exit
end
+
+begin
+ prog = irexec
+ remote = linux-input-layer-mcekbd
+ button = KEY_BACKSPACE
+ config = /usr/bin/mm_game_exit
+end
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/minimyth/optional/key.volume.external
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/minimyth/optional/key.volume.external
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/minimyth/optional/key.volume.external
Mon Dec 8 09:34:34 2008
@@ -3,6 +3,23 @@
################################################################################
begin
prog = irexec
+ button = KEY_VOLUMEUP
+ config = /usr/bin/mm_external volume_up
+ repeat = 2
+ delay = 4
+end
+
+begin
+ prog = irexec
+ remote = linux-input-layer-mcekbd
+ button = KEY_F10
+ config = /usr/bin/mm_external volume_up
+ repeat = 2
+ delay = 4
+end
+
+begin
+ prog = irexec
button = KEY_VOLUMEDOWN
config = /usr/bin/mm_external volume_down
repeat = 2
@@ -11,8 +28,9 @@
begin
prog = irexec
- button = KEY_VOLUMEUP
- config = /usr/bin/mm_external volume_up
+ remote = linux-input-layer-mcekbd
+ button = KEY_F9
+ config = /usr/bin/mm_external volume_down
repeat = 2
delay = 4
end
@@ -20,5 +38,12 @@
begin
prog = irexec
button = KEY_MUTE
+ config = /usr/bin/mm_external volume_mute
+end
+
+begin
+ prog = irexec
+ remote = linux-input-layer-mcekbd
+ button = KEY_F8
config = /usr/bin/mm_external volume_mute
end
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/mplayer/base
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/mplayer/base
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/mplayer/base
Mon Dec 8 09:34:34 2008
@@ -9,6 +9,15 @@
begin
prog = mplayer
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_LEFTSHIFT
+ button = KEY_S
+ config = seek 0 1\npause
+end
+
+begin
+ prog = mplayer
button = KEY_PAUSE
config = pause
end
@@ -21,24 +30,57 @@
begin
prog = mplayer
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_P
+ config = pause
+end
+
+begin
+ prog = mplayer
button = KEY_PLAY
config = backspace
end
begin
prog = mplayer
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_LEFTSHIFT
+ button = KEY_P
+ config = backspace
+end
+
+begin
+ prog = mplayer
button = KEY_PREVIOUS
config = seek -15
end
begin
prog = mplayer
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_B
+ config = seek -15
+end
+
+begin
+ prog = mplayer
button = KEY_NEXT
config = seek +15
end
begin
prog = mplayer
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_F
+ config = seek +15
+end
+
+begin
+ prog = mplayer
button = KEY_BACK
config = quit
end
@@ -57,6 +99,13 @@
begin
prog = mplayer
+ remote = linux-input-layer-mcekbd
+ button = KEY_BACKSPACE
+ config = quit
+end
+
+begin
+ prog = mplayer
button = KEY_UP
config = dvdnav 1
repeat = 2
@@ -95,6 +144,13 @@
begin
prog = mplayer
+ remote = linux-input-layer-mcekbd
+ button = KEY_ENTER
+ config = dvdnav 6
+end
+
+begin
+ prog = mplayer
button = KEY_MENU
config = osd
end
@@ -107,13 +163,34 @@
begin
prog = mplayer
+ button = KEY_PAGEUP
+ config = pt_step +1
+end
+
+begin
+ prog = mplayer
button = KEY_CHANNELDOWN
config = pt_step -1
end
begin
prog = mplayer
+ button = KEY_PAGEDOWN
+ config = pt_step -1
+end
+
+begin
+ prog = mplayer
button = KEY_DVD
+ config = dvdnav 5
+end
+
+begin
+ prog = mplayer
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_LEFTSHIFT
+ button = KEY_M
config = dvdnav 5
end
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/mplayer/optional/key.volume.internal
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/mplayer/optional/key.volume.internal
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/mplayer/optional/key.volume.internal
Mon Dec 8 09:34:34 2008
@@ -1,10 +1,6 @@
################################################################################
#
################################################################################
-
-################################################################################
-# MPlayer
-################################################################################
begin
prog = mplayer
button = KEY_VOLUMEUP
@@ -15,6 +11,15 @@
begin
prog = mplayer
+ remote = linux-input-layer-mcekbd
+ button = KEY_F10
+ config = volume +5
+ repeat = 2
+ delay = 4
+end
+
+begin
+ prog = mplayer
button = KEY_VOLUMEDOWN
config = volume -5
repeat = 2
@@ -23,6 +28,22 @@
begin
prog = mplayer
+ remote = linux-input-layer-mcekbd
+ button = KEY_F9
+ config = volume -5
+ repeat = 2
+ delay = 4
+end
+
+begin
+ prog = mplayer
button = KEY_MUTE
+ config = mute
+end
+
+begin
+ prog = mplayer
+ remote = linux-input-layer-mcekbd
+ button = KEY_F8
config = mute
end
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/mythtv/base
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/mythtv/base
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/mythtv/base
Mon Dec 8 09:34:34 2008
@@ -53,12 +53,28 @@
begin
prog = mythtv
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_M
+ config = Alt+M
+end
+
+begin
+ prog = mythtv
button = KEY_IMAGE
config = Alt+G
end
begin
prog = mythtv
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_I
+ config = Alt+G
+end
+
+begin
+ prog = mythtv
button = KEY_DVD
config =
end
@@ -71,18 +87,43 @@
begin
prog = mythtv
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_A
+ config = Alt+S
+end
+
+begin
+ prog = mythtv
button = KEY_RECORD
config = R
end
begin
prog = mythtv
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_R
+ config = R
+end
+
+begin
+ prog = mythtv
button = KEY_STOP
config = O
end
begin
prog = mythtv
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_LEFTSHIFT
+ button = KEY_S
+ config = O
+end
+
+begin
+ prog = mythtv
button = KEY_PAUSE
config = P
end
@@ -95,12 +136,29 @@
begin
prog = mythtv
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_P
+ config = P
+end
+
+begin
+ prog = mythtv
button = KEY_PLAY
config = Space
end
begin
prog = mythtv
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_LEFTSHIFT
+ button = KEY_P
+ config = Space
+end
+
+begin
+ prog = mythtv
button = KEY_REWIND
config = (
repeat = 2
@@ -109,6 +167,17 @@
begin
prog = mythtv
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_LEFTSHIFT
+ button = KEY_B
+ config = (
+ repeat = 2
+ delay = 4
+end
+
+begin
+ prog = mythtv
button = KEY_FORWARD
config = )
repeat = 2
@@ -117,18 +186,45 @@
begin
prog = mythtv
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_LEFTSHIFT
+ button = KEY_F
+ config = )
+ repeat = 2
+ delay = 4
+end
+
+begin
+ prog = mythtv
button = KEY_PREVIOUS
config = Q
end
begin
prog = mythtv
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_B
+ config = Q
+end
+
+begin
+ prog = mythtv
button = KEY_NEXT
config = Z
end
begin
prog = mythtv
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_F
+ config = Z
+end
+
+begin
+ prog = mythtv
button = KEY_BACK
config = Esc
end
@@ -153,6 +249,13 @@
begin
prog = mythtv
+ remote = linux-input-layer-mcekbd
+ button = KEY_BACKSPACE
+ config = Esc
+end
+
+begin
+ prog = mythtv
button = KEY_INFO
config = I
end
@@ -215,6 +318,14 @@
begin
prog = mythtv
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_D
+ config = M
+end
+
+begin
+ prog = mythtv
button = KEY_GUIDE
config = O
end
@@ -229,6 +340,14 @@
begin
prog = mythtv
+ button = KEY_PAGEUP
+ config = PgUp
+ repeat = 2
+ delay = 4
+end
+
+begin
+ prog = mythtv
button = KEY_CHANNELDOWN
config = PgDown
repeat = 2
@@ -237,6 +356,14 @@
begin
prog = mythtv
+ button = KEY_PAGEDOWN
+ config = PgDown
+ repeat = 2
+ delay = 4
+end
+
+begin
+ prog = mythtv
button = KEY_TUNER
config = Y
end
@@ -322,6 +449,15 @@
begin
prog = mythtv
button = KEY_TELETEXT
+ config = T
+end
+
+begin
+ prog = mythtv
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_LEFTSHIFT
+ button = KEY_C
config = T
end
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/mythtv/optional/key.volume.internal
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/mythtv/optional/key.volume.internal
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/mythtv/optional/key.volume.internal
Mon Dec 8 09:34:34 2008
@@ -7,6 +7,23 @@
################################################################################
begin
prog = mythtv
+ button = KEY_VOLUMEUP
+ config = ]
+ repeat = 2
+ delay = 4
+end
+
+begin
+ prog = mythtv
+ remote = linux-input-layer-mcekbd
+ button = KEY_F10
+ config = ]
+ repeat = 2
+ delay = 4
+end
+
+begin
+ prog = mythtv
button = KEY_VOLUMEDOWN
config = [
repeat = 2
@@ -15,8 +32,9 @@
begin
prog = mythtv
- button = KEY_VOLUMEUP
- config = ]
+ remote = linux-input-layer-mcekbd
+ button = KEY_F9
+ config = [
repeat = 2
delay = 4
end
@@ -24,5 +42,12 @@
begin
prog = mythtv
button = KEY_MUTE
+ config = |
+end
+
+begin
+ prog = mythtv
+ remote = linux-input-layer-mcekbd
+ button = KEY_F8
config = |
end
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/term
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/term
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/term
Mon Dec 8 09:34:34 2008
@@ -18,3 +18,10 @@
button = KEY_EXIT
config = /usr/bin/mm_term_exit
end
+
+begin
+ prog = irexec
+ remote = linux-input-layer-mcekbd
+ button = KEY_BACKSPACE
+ config = /usr/bin/mm_game_exit
+end
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/vlc/base
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/vlc/base
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/vlc/base
Mon Dec 8 09:34:34 2008
@@ -51,6 +51,15 @@
begin
prog = vlc
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_LEFTSHIFT
+ button = KEY_S
+ config = key-stop
+end
+
+begin
+ prog = vlc
button = KEY_PAUSE
config = key-play-pause
end
@@ -63,12 +72,29 @@
begin
prog = vlc
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_P
+ config = key-play-pause
+end
+
+begin
+ prog = vlc
button = KEY_PLAY
config = key-play
end
begin
prog = vlc
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_LEFTSHIFT
+ button = KEY_P
+ config = key-play
+end
+
+begin
+ prog = vlc
button = KEY_REWIND
config = key-jump-short
repeat = 2
@@ -77,6 +103,17 @@
begin
prog = vlc
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_LEFTSHIFT
+ button = KEY_B
+ config = key-jump-short
+ repeat = 2
+ delay = 4
+end
+
+begin
+ prog = vlc
button = KEY_FORWARD
config = key-jump+short
repeat = 2
@@ -85,18 +122,45 @@
begin
prog = vlc
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_LEFTSHIFT
+ button = KEY_F
+ config = key-jump+short
+ repeat = 2
+ delay = 4
+end
+
+begin
+ prog = vlc
button = KEY_PREVIOUS
config = key-jump-medium
end
begin
prog = vlc
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_B
+ config = key-jump-medium
+end
+
+begin
+ prog = vlc
button = KEY_NEXT
config = key-jump+medium
end
begin
prog = vlc
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_F
+ config = key-jump+medium
+end
+
+begin
+ prog = vlc
button = KEY_BACK
config = key-quit
end
@@ -119,6 +183,13 @@
config = key-quit
end
+begin
+ prog = vlc
+ remote = linux-input-layer-mcekbd
+ button = KEY_BACKSPACE
+ config = key-quit
+end
+
#begin
# prog = vlc
# button = KEY_INFO
@@ -163,6 +234,13 @@
config = key-nav-activate
end
+begin
+ prog = vlc
+ remote = linux-input-layer-mcekbd
+ button = KEY_ENTER
+ config = key-nav-activate
+end
+
#begin
# prog = vlc
# button = KEY_ENTER
@@ -197,7 +275,23 @@
begin
prog = vlc
+ button = KEY_PAGEUP
+ config = key-chapter-next
+# repeat = 2
+# delay = 4
+end
+
+begin
+ prog = vlc
button = KEY_CHANNELDOWN
+ config = key-chapter-prev
+# repeat = 2
+# delay = 4
+end
+
+begin
+ prog = vlc
+ button = KEY_PAGEDOWN
config = key-chapter-prev
# repeat = 2
# delay = 4
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/vlc/optional/key.volume.internal
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/vlc/optional/key.volume.internal
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/vlc/optional/key.volume.internal
Mon Dec 8 09:34:34 2008
@@ -1,7 +1,3 @@
################################################################################
#
################################################################################
-
-################################################################################
-# VLC
-################################################################################
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/xine/base
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/xine/base
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/xine/base
Mon Dec 8 09:34:34 2008
@@ -9,6 +9,15 @@
begin
prog = xine
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_LEFTSHIFT
+ button = KEY_S
+ config = Stop
+end
+
+begin
+ prog = xine
button = KEY_PAUSE
config = Pause
end
@@ -21,12 +30,29 @@
begin
prog = xine
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_P
+ config = Pause
+end
+
+begin
+ prog = xine
button = KEY_PLAY
config = Play
end
begin
prog = xine
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_LEFTSHIFT
+ button = KEY_P
+ config = Play
+end
+
+begin
+ prog = xine
button = KEY_REWIND
config = SpeedSlower
repeat = 2
@@ -35,6 +61,17 @@
begin
prog = xine
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_LEFTSHIFT
+ button = KEY_B
+ config = SpeedSlower
+ repeat = 2
+ delay = 4
+end
+
+begin
+ prog = xine
button = KEY_FORWARD
config = SpeedFaster
repeat = 2
@@ -43,18 +80,45 @@
begin
prog = xine
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_LEFTSHIFT
+ button = KEY_F
+ config = SpeedFaster
+ repeat = 2
+ delay = 4
+end
+
+begin
+ prog = xine
button = KEY_PREVIOUS
config = SeekRelative-15
end
begin
prog = xine
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_B
+ config = SeekRelative-15
+end
+
+begin
+ prog = xine
button = KEY_NEXT
config = SeekRelative+15
end
begin
prog = xine
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_F
+ config = SeekRelative+15
+end
+
+begin
+ prog = xine
button = KEY_BACK
config = Quit
end
@@ -73,6 +137,13 @@
begin
prog = xine
+ remote = linux-input-layer-mcekbd
+ button = KEY_BACKSPACE
+ config = Quit
+end
+
+begin
+ prog = xine
button = KEY_INFO
config = OSDStreamInfos
end
@@ -137,6 +208,14 @@
begin
prog = xine
+ button = KEY_PAGEUP
+ config = EventPrior
+ repeat = 2
+ delay = 4
+end
+
+begin
+ prog = xine
button = KEY_CHANNELDOWN
config = EventNext
repeat = 2
@@ -145,6 +224,14 @@
begin
prog = xine
+ button = KEY_PAGEDOWN
+ config = EventNext
+ repeat = 2
+ delay = 4
+end
+
+begin
+ prog = xine
button = KEY_DVD
config = Menu
end
@@ -218,5 +305,14 @@
begin
prog = xine
button = KEY_TELETEXT
+ config = SpuNext
+end
+
+begin
+ prog = xine
+ remote = linux-input-layer-mcekbd
+ button = KEY_LEFTCTRL
+ button = KEY_LEFTSHIFT
+ button = KEY_C
config = SpuNext
end
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/xine/optional/key.volume.internal
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/xine/optional/key.volume.internal
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/lirc.d/lircrc/xine/optional/key.volume.internal
Mon Dec 8 09:34:34 2008
@@ -1,10 +1,23 @@
################################################################################
#
################################################################################
+begin
+ prog = xine
+ button = KEY_VOLUMEUP
+ config = Volume+
+ repeat = 2
+ delay = 4
+end
+
+begin
+ prog = xine
+ remote = linux-input-layer-mcekbd
+ button = KEY_F10
+ config = Volume+
+ repeat = 2
+ delay = 4
+end
-################################################################################
-# Xine
-################################################################################
begin
prog = xine
button = KEY_VOLUMEDOWN
@@ -15,8 +28,9 @@
begin
prog = xine
- button = KEY_VOLUMEUP
- config = Volume+
+ remote = linux-input-layer-mcekbd
+ button = KEY_F9
+ config = Volume-
repeat = 2
delay = 4
end
@@ -24,5 +38,12 @@
begin
prog = xine
button = KEY_MUTE
+ config = Mute
+end
+
+begin
+ prog = xine
+ remote = linux-input-layer-mcekbd
+ button = KEY_F8
config = Mute
end
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-lirc.rules.disabled
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-lirc.rules.disabled
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-lirc.rules.disabled
Mon Dec 8 09:34:34 2008
@@ -48,6 +48,7 @@
#-------------------------------------------------------------------------------
# non-lirc device list
#-------------------------------------------------------------------------------
+ ENV{mm_detect_id}=="usb:0776:0204",
ENV{mm_detect_state_lirc}="devinput,/etc/lirc.d/lircd.conf/optional/devinput.mcekbd"
ENV{mm_detect_id}=="usb:0fe9:9010", ENV{mm_detect_state_lirc}="dvico,"
ENV{mm_detect_id}=="usb:147a:e02d",
ENV{mm_detect_state_lirc}="devinput,/etc/lirc.d/lircd.conf/optional/devinput.usb_147a_e02d"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---