(private config: KeymapsConfig, private context: AppContext)
| 56 | private prevHref = location.href; |
| 57 | |
| 58 | constructor(private config: KeymapsConfig, private context: AppContext) { |
| 59 | } |
| 60 | |
| 61 | subscribeKeydown() { |
| 62 | for (const key in this.config) { |
nothing calls this directly
no outgoing calls
no test coverage detected