KeyBindings
From AbiWiki
(Difference between revisions)
m |
|||
Line 3: | Line 3: | ||
Keybinding collections are named and can be swapped in and out at will by passing the name of the binding collection to a plugin efined static function. | Keybinding collections are named and can be swapped in and out at will by passing the name of the binding collection to a plugin efined static function. | ||
- | A sample keybindings desciption, that is close to the default [[AbiWord|AbiWord]] key and mouse bindings | + | A sample keybindings desciption, that is close to the default [[AbiWord|AbiWord]] key and mouse bindings [[ExampleBinding|ExampleBinding]] is available here]. |
[[Category:To Convert]] | [[Category:To Convert]] |
Revision as of 09:39, 11 April 2009
As of April 19th, 2007 it possible to use a plugin to specify the key and Mouse bindings of AbiWord. This allows the keybindings of applications that use libAbiWord to defined by programmers as they need.
Keybinding collections are named and can be swapped in and out at will by passing the name of the binding collection to a plugin efined static function.
A sample keybindings desciption, that is close to the default AbiWord key and mouse bindings ExampleBinding is available here].