Christopher Roy Bratusek <[email protected]> writes: > is it possible to define a keymap, that is only valid for a given > application? say nautilus-keymap for nautilus only? (I can't use > keymap-trans, as I want to use VIm inspired :-* keys, : can only be a > modifier in nested keybindings)
Probably the thing to do would be to set up a function to add to focus-in-hook which would apply the proper map based on which window has focus. -- Jeremy Hankins <[email protected]>
