Hi Dave, > QooxDoo team: have you given any thought to configurable keybindings? E.g., > in Table.js the keys are hard-coded (up arrow to move up in the table, F2 to > edit, etc.). I wonder if there is any plan to add a layer of abstraction > here so that one could adjust the keybindings -- either globally or per > widget? (Maybe something like this already exists?) > We currently have no such feature on our roadmap. To redefine the key-bindings in the table you have to subclass the table and override the protected "_onKeypress" method. It would be nice if we could redefine key-bindings more easily but right now this is now possible.
Best Fabian -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 [email protected] Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver Mauss, Jan Oetjen Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
