|
|
2008-12-22
, 09:21
|
|
Posts: 7 |
Thanked: 0 times |
Joined on Dec 2008
|
#112
|
Name user wants to see when editing remote=command to be sent OSD on/off=key I double speed=play speed 2x my pictures=jump mythgallery
|
|
2008-12-22
, 09:53
|
|
Posts: 7 |
Thanked: 0 times |
Joined on Dec 2008
|
#113
|
|
|
2008-12-23
, 14:47
|
|
Posts: 29 |
Thanked: 7 times |
Joined on May 2007
|
#114
|
And that previous remote means previous used, not previous in some list. So that I can use it so that I can call numpad from many other remotes and use it to type numerals, touch enter button witch includes actual enter to myth and show previous remote.
This way I can put some space taking keys behind one key and return to the same remote I called the space taking keys from.
Ideas and improvements coming as I'm trying to create the ideal remote for my use.
|
|
2008-12-24
, 22:45
|
|
Posts: 7 |
Thanked: 0 times |
Joined on Dec 2008
|
#115
|
|
|
2008-12-25
, 15:19
|
|
Posts: 7 |
Thanked: 0 times |
Joined on Dec 2008
|
#116
|

|
|
2008-12-25
, 15:42
|
|
Posts: 1 |
Thanked: 0 times |
Joined on Dec 2008
|
#117
|
|
|
2008-12-29
, 18:57
|
|
Posts: 7 |
Thanked: 0 times |
Joined on Dec 2008
|
#118
|
key w..key m..key m..key escape..key enter..key up..
key w..key m..key m..key escape...key enter..key up..
|
|
2009-01-03
, 00:26
|
|
Posts: 7 |
Thanked: 0 times |
Joined on Dec 2008
|
#119
|

|
|
2009-01-16
, 07:28
|
|
Posts: 106 |
Thanked: 11 times |
Joined on Jun 2007
|
#120
|
Patch included:
--- irreco/backend/mythtv/myth_backend.c 2008-11-19 11:02:40.000000000 +0200 +++ irreco.new/backend/mythtv/myth_backend.c 2008-12-21 00:24:52.000000000 +0200 @@ -183,7 +183,9 @@ callback("Right", "key right"); callback("Down", "key down"); callback("Left", "key left"); + callback("Gallery", "jump mythgallery"); callback("TV", "jump livetv"); + callback("Music", "jump playmusic"); callback("Main Menu","jump mainmenu"); callback("Video", "jump mythvideo"); callback("DVD", "jump playdvd"); @@ -200,6 +202,8 @@ callback("Seek to beginning", "play seek beginning"); callback("Seek forward", "play seek forward"); callback("Seek backwards", "play seek backward"); + callback("Seek commercial backwards", "key home"); + callback("Seek commercial forward", "key end"); callback("Pause", "play speed pause"); callback("Play", "play speed normal"); callback("Playback at normal speed", "play speed 1x");