shortcutsEnabled property

bool shortcutsEnabled
final

Whether the following shortcuts are enabled:

  • Ctrl + T to create a new tab
  • Ctrl + F4 or Ctrl + W to close the current tab
  • Ctrl + 1 to Ctrl + 8 to navigate through tabs
  • Ctrl + 9 to navigate to the last tab

Implementation

final bool shortcutsEnabled;