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
  • 1 to 8 to navigate through tabs
  • 9 to navigate to the last tab

Implementation

final bool shortcutsEnabled;