diff --git a/doc/07_User.md b/doc/07_User.md new file mode 100644 index 00000000..11ff1d90 --- /dev/null +++ b/doc/07_User.md @@ -0,0 +1,15 @@ +# User +## Default Key Bindings +To change the default key bindings, you can add a synfony configuration file in your project. +The structure of the file should be like this: +```yaml +pimcore_studio_backend: + user: + default_key_bindings: + save: + key: 'S' + action: save + ctrl: true +``` + +You can find the predefined key bindings [here](../config/pimcore/user_key_binding.yaml).