The move-focus-to-next-window-in-active-application function was obviously mapped to Cmd-` (backtick) because the backtick key is located conveniently in the upper right corner on US keyboards. However, on some international keyboards, the backtick key has been moved, making the chord inconvenient. Instead, on these international keyboards the backtick key has been replaced by the paragraph (§) key. To mimick the more usable chord used on US keyboards, it is possible to for example go to System Preferences -> Keyboard & Mouse and map the move-focus function to Cmd-§. This keybinding becoms active in all applications. However:
1. Emacs 9.0rc3 seems to be an exception -- hitting Cmd-§ gives the error "s-§ is undefined". Why wouldn't the global keybinding Cmd-§ that was set in System Preferences work in Emacs? 2. How could one, as a workaround, map "s-§" to the Emacs function "other-frame" to emulate the desireded keybinding? I tried executing "(global-set-key [(super §)] 'other-frame)", which was accepted by Emacs without error. But when hitting Cmd-§, Emacs still replies with "s-§ is undefined". ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Emacs-app-dev- mailing list Emacs-app-dev-@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-