remotecontrol/com.nokia.s60tools.remotecontrol/plugin.xml
author Maria Zhelezova <ext-maria.zhelezova@nokia.com>
Mon, 06 Sep 2010 08:39:29 +0300
changeset 17 aa3399e01058
parent 0 61163b28edca
permissions -rw-r--r--
RemoteControl 1.5.0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     2
<?eclipse version="3.0"?>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     3
<plugin>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     4
   <extension
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     5
         point="org.eclipse.ui.actionSets">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     6
      <actionSet
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     7
            description="Remote Control Tool&apos;s Actions"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     8
            id="com.nokia.s60tools.remotecontrol.ui.actionSet"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     9
            label="Remote Control Tool"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    10
            visible="true">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    11
         <menu
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    12
       			id="com.nokia.carbide.cpp.ui.CarbideMenu"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    13
       			label="&amp;Carbide"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    14
       			path="additions">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    15
       			<groupMarker name="additions"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    16
     	 </menu>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    17
         <action
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    18
               class="com.nokia.s60tools.remotecontrol.actions.MainViewOpenAction"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    19
               icon="icons/remote_control.png"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    20
               id="com.nokia.s60tools.remotecontrol.actions.MainViewOpenAction"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    21
               label="Remote Control"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    22
               menubarPath="com.nokia.carbide.cpp.ui.CarbideMenu/CarbideExtensions"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    23
               style="push"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    24
               tooltip="Remote Control"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    25
      </actionSet>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    26
   </extension>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    27
   <extension
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    28
         point="org.eclipse.ui.views">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    29
      <category
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    30
            id="com.nokia.s60tools"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    31
            name="Carbide Extensions"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    32
      <stickyView
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    33
            closeable="true"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    34
            id="com.nokia.s60tools.remotecontrol.ui.views.main.MainView"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    35
            location="LEFT"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    36
            moveable="true"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    37
      <view
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    38
            category="com.nokia.s60tools"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    39
            class="com.nokia.s60tools.remotecontrol.keyboard.ui.view.KeyboardView"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    40
            icon="icons/keyboard_view.png"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    41
            id="com.nokia.s60tools.remotecontrol.keyboard.ui.view.KeyboardView"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    42
            name="Keyboard (Remote Control)"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    43
            restorable="true">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    44
      </view>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    45
      <view
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    46
            category="com.nokia.s60tools"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    47
            class="com.nokia.s60tools.remotecontrol.ui.views.main.MainView"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    48
            icon="icons/remote_control.png"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    49
            id="com.nokia.s60tools.remotecontrol.ui.views.main.MainView"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    50
            name="Remote Control"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    51
   </extension>
17
aa3399e01058 RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents: 0
diff changeset
    52
   
aa3399e01058 RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents: 0
diff changeset
    53
   <extension
aa3399e01058 RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents: 0
diff changeset
    54
       point="org.eclipse.ui.keywords">
aa3399e01058 RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents: 0
diff changeset
    55
    <keyword
aa3399e01058 RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents: 0
diff changeset
    56
          id="com.nokia.s60tools.remotecontrol.common"
aa3399e01058 RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents: 0
diff changeset
    57
          label="%remoteControlPreference.common">
aa3399e01058 RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents: 0
diff changeset
    58
    </keyword>
aa3399e01058 RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents: 0
diff changeset
    59
   </extension>
aa3399e01058 RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents: 0
diff changeset
    60
   
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    61
   <extension
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    62
         point="org.eclipse.ui.preferencePages">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    63
      <page
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    64
            category="com.nokia.carbide.cpp.preferences.ExtensionsPreferencesPage"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    65
            class="com.nokia.s60tools.remotecontrol.preferences.RCPreferencePage"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    66
            id="com.nokia.s60tools.remotecontrol.RCPreferencePage"
17
aa3399e01058 RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents: 0
diff changeset
    67
            name="Remote Control">
aa3399e01058 RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents: 0
diff changeset
    68
         <keywordReference
aa3399e01058 RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents: 0
diff changeset
    69
               id="com.nokia.s60tools.remotecontrol.common">
aa3399e01058 RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents: 0
diff changeset
    70
         </keywordReference>
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    71
      </page>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    72
   </extension>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    73
   <extension
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    74
         point="org.eclipse.ui.commands">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    75
      <category
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    76
            description="Commands for hardware key shortcuts"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    77
            id="com.nokia.s60tools.remotecontrol.screen.category"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    78
            name="RemoteControl - key emulation">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    79
      </category>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    80
      <command
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    81
            categoryId="com.nokia.s60tools.remotecontrol.screen.category"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    82
            id="com.nokia.s60tools.remotecontrol.screen.AppKeyCommand"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    83
            name="RemoteControl - Application key emulation">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    84
      </command>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    85
      <command
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    86
            categoryId="com.nokia.s60tools.remotecontrol.screen.category"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    87
            id="com.nokia.s60tools.remotecontrol.screen.LeftSoftKeyCommand"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    88
            name="RemoteControl - Left soft key emulation">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    89
      </command>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    90
      <command
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    91
            categoryId="com.nokia.s60tools.remotecontrol.screen.category"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    92
            id="com.nokia.s60tools.remotecontrol.screen.RightSoftKeyCommand"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    93
            name="RemoteControl - Right soft key emulation">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    94
      </command>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    95
      <command
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    96
            categoryId="com.nokia.s60tools.remotecontrol.screen.category"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    97
            id="com.nokia.s60tools.remotecontrol.screen.NaviSouthKeyCommand"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    98
            name="RemoteControl - South navi key emulation">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    99
      </command>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   100
      <command
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   101
            categoryId="com.nokia.s60tools.remotecontrol.screen.category"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   102
            id="com.nokia.s60tools.remotecontrol.screen.NaviNorthKeyCommand"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   103
            name="RemoteControl - North navi key emulation">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   104
      </command>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   105
      <command
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   106
            categoryId="com.nokia.s60tools.remotecontrol.screen.category"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   107
            id="com.nokia.s60tools.remotecontrol.screen.NaviEastKeyCommand"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   108
            name="RemoteControl - East navi key emulation">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   109
      </command>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   110
      <command
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   111
            categoryId="com.nokia.s60tools.remotecontrol.screen.category"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   112
            id="com.nokia.s60tools.remotecontrol.screen.NaviWestKeyCommand"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   113
            name="RemoteControl - West navi key emulation">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   114
      </command>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   115
      <command
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   116
            categoryId="com.nokia.s60tools.remotecontrol.screen.category"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   117
            id="com.nokia.s60tools.remotecontrol.screen.NaviCenterKeyCommand"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   118
            name="RemoteControl - Center navi key emulation">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   119
      </command>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   120
      <command
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   121
            categoryId="com.nokia.s60tools.remotecontrol.screen.category"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   122
            id="com.nokia.s60tools.remotecontrol.screen.SendKeyCommand"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   123
            name="RemoteControl - Send key emulation">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   124
      </command>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   125
      <command
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   126
            categoryId="com.nokia.s60tools.remotecontrol.screen.category"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   127
            id="com.nokia.s60tools.remotecontrol.screen.EndKeyCommand"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   128
            name="RemoteControl - End key emulation">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   129
      </command>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   130
      <command
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   131
            categoryId="com.nokia.s60tools.remotecontrol.screen.category"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   132
            id="com.nokia.s60tools.remotecontrol.screen.ClearKeyCommand"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   133
            name="RemoteControl - Clear key emulation">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   134
      </command>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   135
      <command
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   136
            categoryId="com.nokia.s60tools.remotecontrol.screen.category"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   137
            id="com.nokia.s60tools.remotecontrol.screen.PowerKeyCommand"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   138
            name="RemoteControl - Power key emulation">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   139
      </command>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   140
      <command
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   141
            categoryId="com.nokia.s60tools.remotecontrol.screen.category"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   142
            id="com.nokia.s60tools.remotecontrol.screen.GripOpenKeyCommand"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   143
            name="RemoteControl - Grip open key emulation">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   144
      </command>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   145
      <command
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   146
            categoryId="com.nokia.s60tools.remotecontrol.screen.category"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   147
            id="com.nokia.s60tools.remotecontrol.screen.GripClosedKeyCommand"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   148
            name="RemoteControl - Grip closed key emulation">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   149
      </command>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   150
      <command
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   151
            categoryId="com.nokia.s60tools.remotecontrol.screen.category"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   152
            id="com.nokia.s60tools.remotecontrol.screen.EditKeyCommand"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   153
            name="RemoteControl - Edit key emulation">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   154
      </command>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   155
      <command
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   156
            categoryId="com.nokia.s60tools.remotecontrol.screen.category"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   157
            id="com.nokia.s60tools.remotecontrol.screen.SideKeyCommand"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   158
            name="RemoteControl - Side (Voice) key emulation">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   159
      </command>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   160
   </extension>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   161
   <extension
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   162
         point="org.eclipse.ui.handlers">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   163
      <handler
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   164
            class="com.nokia.s60tools.remotecontrol.screen.ui.commands.AppKeyCommandHandler"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   165
            commandId="com.nokia.s60tools.remotecontrol.screen.AppKeyCommand">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   166
      </handler>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   167
      <handler
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   168
            class="com.nokia.s60tools.remotecontrol.screen.ui.commands.LeftSoftKeyCommandHandler"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   169
            commandId="com.nokia.s60tools.remotecontrol.screen.LeftSoftKeyCommand">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   170
      </handler>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   171
      <handler
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   172
            class="com.nokia.s60tools.remotecontrol.screen.ui.commands.RightSoftKeyCommandHandler"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   173
            commandId="com.nokia.s60tools.remotecontrol.screen.RightSoftKeyCommand">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   174
      </handler>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   175
      <handler
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   176
            class="com.nokia.s60tools.remotecontrol.screen.ui.commands.NaviSouthKeyCommandHandler"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   177
            commandId="com.nokia.s60tools.remotecontrol.screen.NaviSouthKeyCommand">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   178
      </handler>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   179
      <handler
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   180
            class="com.nokia.s60tools.remotecontrol.screen.ui.commands.NaviNorthKeyCommandHandler"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   181
            commandId="com.nokia.s60tools.remotecontrol.screen.NaviNorthKeyCommand">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   182
      </handler>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   183
      <handler
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   184
            class="com.nokia.s60tools.remotecontrol.screen.ui.commands.NaviEastKeyCommandHandler"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   185
            commandId="com.nokia.s60tools.remotecontrol.screen.NaviEastKeyCommand">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   186
      </handler>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   187
      <handler
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   188
            class="com.nokia.s60tools.remotecontrol.screen.ui.commands.NaviWestKeyCommandHandler"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   189
            commandId="com.nokia.s60tools.remotecontrol.screen.NaviWestKeyCommand">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   190
      </handler>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   191
      <handler
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   192
            class="com.nokia.s60tools.remotecontrol.screen.ui.commands.NaviCenterKeyCommandHandler"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   193
            commandId="com.nokia.s60tools.remotecontrol.screen.NaviCenterKeyCommand">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   194
      </handler>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   195
      <handler
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   196
            class="com.nokia.s60tools.remotecontrol.screen.ui.commands.SendKeyCommandHandler"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   197
            commandId="com.nokia.s60tools.remotecontrol.screen.SendKeyCommand">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   198
      </handler>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   199
      <handler
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   200
            class="com.nokia.s60tools.remotecontrol.screen.ui.commands.EndKeyCommandHandler"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   201
            commandId="com.nokia.s60tools.remotecontrol.screen.EndKeyCommand">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   202
      </handler>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   203
      <handler
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   204
            class="com.nokia.s60tools.remotecontrol.screen.ui.commands.ClearKeyCommandHandler"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   205
            commandId="com.nokia.s60tools.remotecontrol.screen.ClearKeyCommand">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   206
      </handler>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   207
      <handler
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   208
            class="com.nokia.s60tools.remotecontrol.screen.ui.commands.PowerKeyCommandHandler"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   209
            commandId="com.nokia.s60tools.remotecontrol.screen.PowerKeyCommand">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   210
      </handler>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   211
      <handler
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   212
            class="com.nokia.s60tools.remotecontrol.screen.ui.commands.GripOpenKeyCommandHandler"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   213
            commandId="com.nokia.s60tools.remotecontrol.screen.GripOpenKeyCommand">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   214
      </handler>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   215
      <handler
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   216
            class="com.nokia.s60tools.remotecontrol.screen.ui.commands.GripClosedKeyCommandHandler"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   217
            commandId="com.nokia.s60tools.remotecontrol.screen.GripClosedKeyCommand">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   218
      </handler>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   219
      <handler
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   220
            class="com.nokia.s60tools.remotecontrol.screen.ui.commands.EditKeyCommandHandler"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   221
            commandId="com.nokia.s60tools.remotecontrol.screen.EditKeyCommand">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   222
      </handler>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   223
      <handler
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   224
            class="com.nokia.s60tools.remotecontrol.screen.ui.commands.SideKeyCommandHandler"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   225
            commandId="com.nokia.s60tools.remotecontrol.screen.SideKeyCommand">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   226
      </handler>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   227
   </extension>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   228
   <extension
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   229
         point="org.eclipse.ui.contexts">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   230
      <context
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   231
            id="com.nokia.s60tools.remotecontrol.SreenView"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   232
            name="In ScreenView"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   233
            parentId="org.eclipse.ui.contexts.window">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   234
      </context>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   235
   </extension>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   236
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
   237
</plugin>