config.ts 306 B

123456789101112131415
  1. import { ConfigProvider } from 'tabby-core'
  2. /** @hidden */
  3. export class SerialConfigProvider extends ConfigProvider {
  4. defaults = {
  5. hotkeys: {
  6. serial: [
  7. 'Alt-K',
  8. ],
  9. 'restart-serial-session': [],
  10. },
  11. }
  12. platformDefaults = { }
  13. }