~donsmith77/mythbuntu/mythbuntu-lirc-generator

« back to all changes in this revision

Viewing changes to MythbuntuLircGenerator/core.py

  • Committer: Don Smith
  • Date: 2007-11-02 02:55:29 UTC
  • Revision ID: dcsmith@ubuntu-20071102025529-6knuwtbmn7ie1tm7
Cleanups for imon PAD remove ^ent from ok setting to avoid double 
enter response, addition of aspectratio button, and mydvd  button

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        "mute":"^mute|^rmute|^gmute", \
41
41
        "chan-":"^chan\-|^chandown|^chan-down|^channel\-|^ch\-|^chdown|^ch_down|^channeldown|^chnldn|^channel_down|^tune\-|^RChannelDown|^Channel_Miuns|^Chan_Minus|^PG_DN|^pg\-", \
42
42
        "chan+":"^chan\+|^chanup|^chan-up|^channel\+|^ch\+|^chup|^ch_up|^channelup|^chnlup|^channel_up|^tune\+|^RChannelUp|^Channel_Plus|^Chan_Plus|^PG_UP|^pg\+", \
43
 
        "ok":"^ok|^start|^ent", \
 
43
        "ok":"^ok|^start", \
44
44
        "home":"^home", \
 
45
        "aspectratio":"^aspectratio", \
45
46
        "menu":"^menu|^rmenu|^gmenu", \
46
47
        "info":"^info|^more|^osd|^display|^preview", \
47
48
        "pause":"^pause|^freeze|^playpause|^play-pause|^play_pause|^still", \
62
63
        "skip":"^skip", \
63
64
        "replay":"^replay", \
64
65
        "guide":"^guide", \
65
 
        "dvd":"^dvd|^dvd_vcd|^powerdvd|^power_dvd", \
 
66
        "dvd":"^dvd|^dvd_vcd|^powerdvd|^power_dvd|^myDVD", \
66
67
        "red":"^red", \
67
68
        "green":"^green", \
68
69
        "yellow":"^yellow", \