Hello everyone!
I've recently made two pull requests on Silex that should add common keyboard shortcuts, as well as a floating window allowing you to check what shortcuts there are.
Here is the list of shortcuts.
- Native ones:
Ctrl+Z
: UndoCtrl+Shift+Z
: RedoCtrl+C
: CopyCtrl+V
: PasteS
: Next ComponentW
: Previous ComponentD
: Enter ComponentA
: Exit ComponentBackspace
: Delete Component
- New ones:
Alt+S
: Open SettingsAlt+P
: Open Publish ModalAlt+F
: Open FontsTab
: Preview ModeShift+K
: Shortcuts HelpShift+L
: LayersShift+A
: BlocksShift+N
: NotificationsShift+P
: PagesShift+S
: SymbolsEscape
: Close Panel
Keyboard choosing constraints:
- We should prefer lettered shortcuts (ex:
Shift+X
, and notShift+%
), because of keyboard layout differences. - We have to be careful not to conflict with the browsers' default shortcuts.
What shortcuts do you want to see inside Silex?