On Jul 31, 2006, at 12:01 AM, David Reitter wrote: > 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.
Are 'alt' and 'opt' different keys / modifiers on some keyboards or can they safely assumed to refer to the same modifier? > ns-control-modifier and ns-function-modifier are missing. I will add these. > 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. Will hold off. Many people map caps-lock to control at system level so it might not be as important as the others. > Btw, has the toolbar been implemented as a normal Cocoa toolbar? > It looks nice! Yes, thanks. There are still a couple of glitches with button activation that need looking into. > Is frame transparency available? > Works in Carbon (with transparency patch) like this: > > (set-frame-parameter nil 'active-alpha 0.5) (ns-set-background-alpha 0.5) It's also an interactive function. This will be added to the prefs panel at some point. A frame parameter makes more sense in some ways, but alpha's really a property of the background color, which is already a frame parameter, so... ------------------------------------------------------------------------- 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-
