(subtitle: string, arg: string, valid: boolean = true)
| 119 | } |
| 120 | |
| 121 | setShift(subtitle: string, arg: string, valid: boolean = true): this { |
| 122 | return this.setMod("shift", subtitle, arg, valid); |
| 123 | } |
| 124 | |
| 125 | setFn(subtitle: string, arg: string, valid: boolean = true): this { |
| 126 | return this.setMod("fn", subtitle, arg, valid); |