From f9472dc43389aebe961d319220b8c8b52d7e54a7 Mon Sep 17 00:00:00 2001 From: Martin Eiber Date: Wed, 20 Nov 2024 15:09:18 +0100 Subject: [PATCH] Add Docs. --- doc/07_User.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/07_User.md 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).