()
| 104 | 'shift+-' () { this.scaleSelectedThangBy(-1) }, |
| 105 | w () { this.panSurfaceBy(0, -1) }, |
| 106 | a () { this.panSurfaceBy(-1, 0) }, |
| 107 | s () { this.panSurfaceBy(0, 1) }, |
| 108 | d () { this.panSurfaceBy(1, 0) }, |
| 109 | } |
nothing calls this directly
no test coverage detected