I see your problem.. Can't you just work without the @ key ? just kidding :)
The keyboard event handlers are in /workbench/js/hippo/keyboard.js. The javascript class "InputEventHandler" in there is used somewhere deep in the perspectives code. The easiest way to get rid of the ALT+X bindings would be to override that javascript class as using the override mechanism [1] and implement your own handler that does nothing. HTH Dennis [1] http://www.hippocms.org/display/CMS/Overriding+core+CMS+code On Fri, May 15, 2009 at 3:51 PM, Hippo WCMTech <[email protected]>wrote: > Hello, > > We have few issues with global shortcuts in HippoCMS, especially the ALT+2 > combo. In our Belgian-French keyboards, the @ key is made by ALT+2, then > you > see our problem ;) > > > Where is/are the configuration of the shortcuts ? In a dependency ? > > Thank you in advance. > > JC > ******************************************** > Hippocms-dev: Hippo CMS development public mailinglist > > Searchable archives can be found at: > MarkMail: http://hippocms-dev.markmail.org > Nabble: http://www.nabble.com/Hippo-CMS-f26633.html > > -- Hippo B.V. - Amsterdam Oosteinde 11, 1017 WT, Amsterdam, +31(0)20-5224466 Hippo USA Inc. - San Francisco 101 H Street, Suite Q, Petaluma CA, 94952-3329, +1 (707) 773-4646 ----------------------------------------------------------------- http://www.onehippo.com - [email protected] ----------------------------------------------------------------- ******************************************** Hippocms-dev: Hippo CMS development public mailinglist Searchable archives can be found at: MarkMail: http://hippocms-dev.markmail.org Nabble: http://www.nabble.com/Hippo-CMS-f26633.html
