Simon Hunt
Committed by Gerrit Code Review

GUI -- Removed T, R key bindings (now that ONOS-2901 has been fixed) from uitopo archetype.

Change-Id: I3e965c4e7b3e18fd23fa43d63c027f86c9883ef6
...@@ -82,24 +82,10 @@ ...@@ -82,24 +82,10 @@
82 tt: 'Uses the G key', 82 tt: 'Uses the G key',
83 gid: 'crown' 83 gid: 'crown'
84 }, 84 },
85 - T: {
86 - cb: buttonCallback,
87 - tt: 'Uses the T key',
88 - gid: 'switch'
89 - },
90 - R: {
91 - cb: buttonCallback,
92 - tt: 'Uses the R key',
93 - gid: 'endstation'
94 - },
95 85
96 _keyOrder: [ 86 _keyOrder: [
97 - '0', 'V', 'F', 'G', 'T', 'R' 87 + '0', 'V', 'F', 'G'
98 ] 88 ]
99 -
100 - // NOTE: T and R should be rejected (not installed)
101 - // T is reserved for 'toggle Theme'
102 - // R is reserved for 'Reset pan and zoom'
103 }, 89 },
104 90
105 hooks: { 91 hooks: {
......