(
userDefinedRemappings: Map<string, IKeyRemapping>,
inputtedKeys: string[],
)
| 78 | } |
| 79 | |
| 80 | public override findMatchingRemap( |
| 81 | userDefinedRemappings: Map<string, IKeyRemapping>, |
| 82 | inputtedKeys: string[], |
| 83 | ) { |
| 84 | return super.findMatchingRemap(userDefinedRemappings, inputtedKeys); |
| 85 | } |
| 86 | |
| 87 | public getRemappedKeySequenceLengthRange( |
| 88 | remappings: Map<string, IKeyRemapping>, |