Skip to content

Commit

Permalink
Add Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber committed Nov 20, 2024
1 parent e282890 commit f9472dc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/07_User.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit f9472dc

Please sign in to comment.