| Did you know ... | Search Documentation: |
| key_binding->bind_resources |
name is not
specified the key_binding<-name
of the binding table is used. For example, to bind ^S to save
in editor objects use
the following line in ~/.xpce/Defaults:
key_binding.editor = \
[ '\\C-s' = save \
]