Author ronaldoussoren
Recipients
Date 2006-06-05.20:12:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=580910

I've updated the patch slightly:
- ZoomHeight placed the top of the window behind the menubar

- Keybindings that use the Alt don't work with AquaTk, automaticly replace 
those by bindings that use the Option key (which is basically the same key on 
OSX). This is needed because not all key-bindings are part of config-
keys.def, some are in config-extensions.def.

The annoying bit is that this doesn't actually solve the entire problem, 
<Option-2> now zooms windows as the menu suggests, but also still inserts 
the TM character (which is the default binding for <option-2> in OSX text 
views).

- Rename the Windows menu to Window (singular) to be more consistent with 
OSX naming of menus.


I haven't found a nice way to override the default keybindings yet. I'm very 
tempted to patch the various configfiles when running a framework-install.
History
Date User Action Args
2007-08-23 15:48:58adminlinkissue1491759 messages
2007-08-23 15:48:58admincreate