(subtitle: string, arg: string, valid: boolean = true)
| 123 | } |
| 124 | |
| 125 | setFn(subtitle: string, arg: string, valid: boolean = true): this { |
| 126 | return this.setMod("fn", subtitle, arg, valid); |
| 127 | } |
| 128 | |
| 129 | setCtrl(subtitle: string, arg: string, valid: boolean = true): this { |
| 130 | return this.setMod("ctrl", subtitle, arg, valid); |