There isn't a way of making a namespace stick as such, but you should be able to emulate it via setting an option on the view, and making the key bindings use this option as a context. e.g.,
- Code: Select all
<context name="option" value="fooMode"/>
This will trigger if 'fooMode' is set to true.