🌊
jsf
  • About KalmiaJSF
  • Setup
  • Architecture
  • Contributing
  • Changelog
  • Guides
    • Cheat Sheet
  • Examples
    • Demo example
    • Basic examples
    • Kitchen Sink example
    • Charts example
  • Schema
    • Intro to Schema
    • Prop types
      • String
      • Boolean
      • Number & Integer
      • Object
      • Array
      • Date
      • Id
      • Null
      • Ref
      • Binary
    • Prop options
      • Disabling property
      • On prop init actions
      • Persist
      • On value change
      • On user value change
    • Handlers
      • Color picker
    • Creating custom handler
      • Working with arrays
    • Value provider
  • Validation
    • Custom validation
    • Eval
  • LAYOUT
    • Intro to Layout
    • Layout options
      • Show & hide
      • On click action
  • INTERFACES
    • Value Options
  • Form
    • Form data
  • OTHER
    • Events
    • Lifecycle hooks
    • Notifications support
  • PAGES & COMPONENTS
    • Page
    • Component
  • THEMING
    • Creating new theme variant
  • BUILDER
    • Shortcuts
  • Help
    • FAQ
Powered by GitBook
On this page
  • General shortcuts
  • Layout shortcuts

Was this helpful?

Export as PDF
  1. BUILDER

Shortcuts

To enable support you must add bottom line into your AppModule imports. Package ng-keyboard-shortcuts is already listed as peer dependecy by JSF.

KeyboardShortcutsModule.forRoot(),

General shortcuts

Keyboard shortcut

Description

ctrl + s

Save.

ctrl + shift + s

Save as.

del

Delete selected layout.

Layout shortcuts

Keyboard shortcut

Description

ctrl + c

Copy selected layout.

ctrl + v

Paste copied layout into selected layout as child.

ctrl + x

Cut selected layout.

ctrl + d

Duplicate selected layout.

PreviousCreating new theme variantNextFAQ

Last updated 4 years ago

Was this helpful?