[porting-issues] [Issue 49752] Mac OSX Tiger (1.1.4 and 1.9.xx) : no more alt key and {[|]}€\ are mi ssing

2005-10-25 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49752


User ericb changed the following:

  What|Old value |New value

Status|STARTED   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue Oct 25 13:35:19 -0700 
2005 ---
This issue can be considered as fixed using the applescript in the launcher
part, in macosx11 cws.
Even if kb extension is still missing with Apple's X11... 


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 49752] Mac OSX Tiger (1.1.4 and 1.9.xx) : no more alt key and {[|]}€\ are mi ssing

2005-10-25 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49752


User ericb changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Tue Oct 25 13:37:40 -0700 
2005 ---
verified : works fine with m3 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 49752] Mac OSX Tiger (1.1.4 and 1.9.xx) : no more alt key and {[|]}€\ are mi ssing

2005-09-12 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49752





--- Additional comments from [EMAIL PROTECTED] Mon Sep 12 11:48:46 -0700 
2005 ---
ericb-ssa

Your patch for Apple key as CTRL key works fine and you can commit it in
macosx11 (or Tino or me; just let me know)

+1 for me :-)


About your script, yes I have tested, and it works :

I still have a rights problem : a dialog box with error -5000 does appear. The
exact error message is :

 Could not save changes to this script because you
  do not have the access privileges
  -5000  

this is strange, Eric Hoch said me he cannot reproduce it ?
This is probably nothing important, or even my fault (maybe a bad parameter in
packaging).

To see if you can reproduce it, the package is available at the URL I send you.




-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 49752] Mac OSX Tiger (1.1.4 and 1.9.xx) : no more alt key and {[|]}€\ are mi ssing

2005-09-11 Thread ssa
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49752





--- Additional comments from [EMAIL PROTECTED] Sun Sep 11 03:47:37 -0700 
2005 ---
ssa-ericb: far too complicated, i have a much simpler solution now :) in fact
it was in front of our eyes all the time...

The root cause of the problem is that X11 does not load the XKEYBOARD extension
per default. So all we have to do is to start X11 with a proper commandline
parameter, i.e. +kb
To achieve this without exchanging X11.app completely, as suggested earlier, you
just have to start X11 by providing the full path to the real binary:
 
/Application/Utilities/X11.app/Contents/MacOS/X11 +kb 

I changed the launch script accordingly and will attach it to issue 42998.

BTW: have you tried out my patch that makes the Apple key (aka Meta key) 
available ?



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 49752] Mac OSX Tiger (1.1.4 and 1.9.xx) : no more alt key and {[|]}€\ are mi ssing

2005-09-09 Thread ssa
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49752





--- Additional comments from [EMAIL PROTECTED] Fri Sep  9 03:14:49 -0700 
2005 ---
Although a little bit off-topic but somehow related to this task anyway: Here is
a patch that maps Apple's Command key to the same functionality as the Ctrl Key.
Tested with the generic plugin and with the gtk plugin, but others should have a
look at this, too. 
Note: to make sure that all hotkey combinations really go to OOo and are not
taken away by X11.app, you have to go to the X11 preferences and make sure that
the entry: 'Enable keyboard shortcuts under X11' is *not* checked.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 49752] Mac OSX Tiger (1.1.4 and 1.9.xx) : no more alt key and {[|]}€\ are mi ssing

2005-09-09 Thread ssa
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49752


User ssa changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=29424) Map Metakey to
  |  |Ctrl





--- Additional comments from [EMAIL PROTECTED] Fri Sep  9 03:19:40 -0700 
2005 ---
Created an attachment (id=29424)
Map Metakey to Ctrl


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 49752] Mac OSX Tiger (1.1.4 and 1.9.xx) : no more alt key and {[|]}€\ are mi ssing

2005-09-09 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49752





--- Additional comments from [EMAIL PROTECTED] Fri Sep  9 09:58:06 -0700 
2005 ---
ericb - ssa 

Example to wait a key strike :

#!/bin/bash
backup_stty=$(stty -g)
stty -icanon time 1 min 0 -echo
car=
while test -z $car ; do
 read car
done
car=
stty $backup_stty

But we might find more better ... maybe ause will help here ? 


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 49752] Mac OSX Tiger (1.1.4 and 1.9.xx) : no more alt key and {[|]}€\ are mi ssing

2005-09-09 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49752





--- Additional comments from [EMAIL PROTECTED] Fri Sep  9 10:23:02 -0700 
2005 ---
ericb - ssa

Maybe I got it : 

launch soffice with Applescript, and this Applescript, in parallel, launch a
shell script, in background,  waiting for a key (with my precedent loop, for
example). After a keystroke,   remap, using xmodmap and the shell script ends.

What do you think about this ?





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 49752] Mac OSX Tiger (1.1.4 and 1.9.xx) : no more alt key and {[|]}€\ are mi ssing

2005-09-06 Thread ssa
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49752





--- Additional comments from [EMAIL PROTECTED] Tue Sep  6 06:40:54 -0700 
2005 ---
ssa-ericb: I do not think that replacing X11.app is such a good idea. Of course
all X applications would benefit from it but don't you think this would be too
much ?
I agree that the problem with my patch is that it will only fix the generic and
the KDE plugin (both share the key input implementation) but no the gtk plugin.
On the other hand, the GTK plugin is not started by default but requires some
user interaction (i.e. setting an environment variable), so I think the patch
will cover most use cases.

What about another idea: the xmodmap patch does the same job but would also fix
the gtk problem. Patching the users login script, however, is tricky as you
would have to find out what his login shell is etc. So I propose to place the
xmodmap call in the Darwin section of the soffice shell script.
Or, to make it even more Mac specific, just put the call in your Apple script
used to launch OpenOffice.org. This would be my favourite place.

Regarding your last question: I agree that we should support the Command key. A
full solution, however, would also require to change all occurences of Ctrl- to
the Apple Symbol in the UI, something that NeoOffice/J for instance has done.
Many places would be converted automatically because a VCL call returns this
string, but this doesn't work for the Online-Help.
So what do you think about silently supporting both keys so that you can use
whatever you want ?


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 49752] Mac OSX Tiger (1.1.4 and 1.9.xx) : no more alt key and {[|]}€\ are mi ssing

2005-09-06 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49752





--- Additional comments from [EMAIL PROTECTED] Tue Sep  6 07:26:02 -0700 
2005 ---
ericb- ssa

So what do you think about silently supporting both keys so that you can use
whatever you want ?

great :-)  1.1.5rc4 actually works like this, and Mac users don't complain : if
this is possible, I completely agree for this part.  Say me where/how do the
changes, and I'll try.


A full solution, however, would also require to change all occurences of Ctrl- 
to
the Apple Symbol in the UI, something that NeoOffice/J for instance has done.

I have no clue (not really, but mayby not a complete point of view of the
problem) about how difficult it is. Maybe the change have to be Mac OS X only 
too.

About place xmodmap in soffice script, that's exactly what I have tried the
first time I read the fix for remaping with mod5.  trangely (Eric Hoch will
confirm), the changes are ok the second time you launch OOo.
I'm probably stupid, but I never found why. Eric neither didn't found... : every
time, the second (only) X11 launched application will benefit of xmodmap remap.
Something like changes are effective only when an X11 window is closed or
something like that...




-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 49752] Mac OSX Tiger (1.1.4 and 1.9.xx) : no more alt key and {[|]}€\ are mi ssing

2005-09-06 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49752





--- Additional comments from [EMAIL PROTECTED] Tue Sep  6 07:28:49 -0700 
2005 ---
ericb - ssa 

Sorry, I miss the Applescript part. Very interesting : I have never tried, and
this is probably the most elegant solution :-)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 49752] Mac OSX Tiger (1.1.4 and 1.9.xx) : no more alt key and {[|]}€\ are mi ssing

2005-09-05 Thread ssa
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49752





--- Additional comments from [EMAIL PROTECTED] Mon Sep  5 08:58:55 -0700 
2005 ---
Because the proposed workarounds are not very user friendly (unless they can be
installed automatically and safely) I think we should try to work out of the
box. The problem is that the Option-key does not work like an ordinary Alt-key
but as an AltGr-key, i.e., one that produces alternative characters. It seems
that there is actually no equivalent to the Alt-Key as known from other systems.
So I propose to just strip off the Alt-modifier, which is erroneously sent
although a different character code is produced. Because there is not a single
key on my keyboard that would not produce a printable character in combination
with Alt I think this is fine.
This also means that for example the key combination Alt-F will never open the
File menu. Can anybody check if this worked on earlier (i.e. pre-Tiger) X11
versions ?   

Unfortunately, this patch only works for the standard X11 VCL plugin. The gtk
plugin has no chance to fix this, as it receives everything from gtk which would
have to be fixed. 

In fact, the patch does the same as the xmodmap script, but is of course limited
to OOo. 


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 49752] Mac OSX Tiger (1.1.4 and 1.9.xx) : no more alt key and {[|]}€\ are mi ssing

2005-09-05 Thread ssa
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49752


User ssa changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=29326) Strip off Alt
  |  |modifier in generic plugin





--- Additional comments from [EMAIL PROTECTED] Mon Sep  5 09:00:53 -0700 
2005 ---
Created an attachment (id=29326)
Strip off Alt modifier in generic plugin


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 49752] Mac OSX Tiger (1.1.4 and 1.9.xx) : no more alt key and {[|]}€\ are mi ssing

2005-09-05 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49752





--- Additional comments from [EMAIL PROTECTED] Mon Sep  5 14:55:53 -0700 
2005 ---
ericb-ssa

Ok, I propose to test your changes, and comment them after. 

Just two points...

1) I think the solution must work with all plugins. gtk and kde are working, so
only default is not acceptable

2) Remember : the objective is to obtain the same behaviour for ALT key with OOo
and with native applications. As  example ALT +  shift + L  must still give  |
 symbol with Apple keyboard

About a possible solution, in an installer (means a package), it's not very
complicated to replace X11 silently : just create the good tree with X11.app
bundle inside the package is enough. Packagemaker does the job. Florian, already
provided a pre-build X11.app binary, and the user won't see anything, for sure.
Just take care the changes are reversibles. Maybe doable too... 

Something else around keyboard :  it would be great if we could directly remap
keyboard as expected in Aqua Human Interfaces Guidelines ?
The first ask in the wish-list is :  swap CTRL Key with Apple key (works
actually with 1.1.5)
Just a suggestion

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 49752] Mac OSX Tiger (1.1.4 and 1.9.xx) : no more alt key and {[|]}€\ are mi ssing

2005-08-25 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49752


User ericb changed the following:

  What|Old value |New value

  Target milestone|OOo 2.0   |OOo 2.0.1





--- Additional comments from [EMAIL PROTECTED] Thu Aug 25 02:18:56 -0700 
2005 ---
Retargeted for 2.0.1

I propose to delay this issue for 2.0.1 for the following reasons :

- en-US locale is not concerned ;
- just fr, de (and ?) are concerned ( special keyboard extension because
accented chars, other mapping) ;
- some fixes** are existing ;
- we can communicate them if needed.

**They just are not easy to use for simple user

ericb - maho : do you confirm this for japanese build ? (sorry I'm not aware)


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 49752] Mac OSX Tiger (1.1.4 and 1.9.xx) : no more alt key and {[|]}€\ are mi ssing

2005-07-15 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49752





--- Additional comments from [EMAIL PROTECTED] Fri Jul 15 15:57:25 -0700 
2005 ---
*** Issue 51652 has been marked as a duplicate of this issue. ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 49752] Mac OSX Tiger (1.1.4 and 1.9.xx) : no more alt key and {[|]}€\ are mi ssing

2005-07-10 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49752


User ericb changed the following:

  What|Old value |New value

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Sun Jul 10 07:40:42 -0700 
2005 ---
issue started

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]