Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -66,7 +66,6 @@ | ... | @@ -66,7 +66,6 @@ |
| 66 | note(view, 'Key = ' + key + ' KeyCode = ' + keyCode); | 66 | note(view, 'Key = ' + key + ' KeyCode = ' + keyCode); |
| 67 | } | 67 | } |
| 68 | 68 | ||
| 69 | - // Keys using a keyset to target specific keys only | ||
| 70 | function load(view, ctx) { | 69 | function load(view, ctx) { |
| 71 | // this maps specific keys to specific functions (1) | 70 | // this maps specific keys to specific functions (1) |
| 72 | view.setKeys(keyDispatch); | 71 | view.setKeys(keyDispatch); | ... | ... |
-
Please register or login to post a comment