On 30 Jul 2006, at 17:34, Adrian Robert wrote: > Can all of the modifier mapping functionality in Carbon Emacs be > translated properly to Emacs.app's scheme or would additional > variables need to be added?
OK, ns-alternate-modifier should, in theory, be ns-option-modifier - but i don't know if this terminology is mac- or cocoa-specific. ns-control-modifier and ns-function-modifier are missing. I've been working on a `mac-capslock-modifier', but it requires a kernel extension, so I wouldn't necessarily implement it in the Cocoa version. Btw, has the toolbar been implemented as a normal Cocoa toolbar? It looks nice! Is frame transparency available? Works in Carbon (with transparency patch) like this: (set-frame-parameter nil 'active-alpha 0.5) - D ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Emacs-app-dev- mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-
