The alt key doesn't seem to be usable on XQuartz.
I am trying to alt+click to select an object below a current one.
Unfortunately that doesn't seem to work, is there any way to overcome this?
OS X: 10.5.4 X11: 2.3.0 Inkscape: 0.46
X11 Settings -> Input:
Follow System Keyboard Layout: True Enable Key Equivalents Under X11: True
Sorry to reply so late.
On 2008-July-31 , at 10:42 , Panos Laganakos wrote:
The alt key doesn't seem to be usable on XQuartz.
I am trying to alt+click to select an object below a current one.
Unfortunately that doesn't seem to work, is there any way to overcome this?
OS X: 10.5.4 X11: 2.3.0 Inkscape: 0.46
X11 Settings -> Input:
Follow System Keyboard Layout: True Enable Key Equivalents Under X11: True
Try un-checking those two options.
Alternatively you can force the Alt behaviour via Xmodmap. Create a file names .Xmodmap in your user directory. The dot is important, to create a file with such a filename, open a terminal window and write:
touch .Xmodmap open .Xmodmap
And then write this inside:
keycode 66 = Alt_L keycode 69 = Alt_R clear mod1 add mod1 = Alt_L Alt_R
restart X11 and it should work. I would guess that you need to have Follow System Keyboard Layout unchecked for this to have any influence.
PS: By the way, you can also use Xmodmap to swap the Control and Apple keys so that Inkscape shortcuts look more like those of regular OS X applications (i.e. Apple+C to copy, Apple+V to paste etc.). Juste add that in the .Xmodmap
! switch meta and control clear mod2 clear control add mod2 = Control_L Control_R add control = Meta_L Meta_R
Hope that helps.
JiHO --- http://jo.irisson.free.fr/
Thanks mate, most of it seems to work
Holding alt shows the correct info on the status bar (ie, alt+click to select object below), yet, when I click instead of selecting the object below, it zooms.
On Sun, Aug 3, 2008 at 11:06 PM, jiho <jo.irisson@...155...> wrote:
Sorry to reply so late.
On 2008-July-31 , at 10:42 , Panos Laganakos wrote:
The alt key doesn't seem to be usable on XQuartz.
I am trying to alt+click to select an object below a current one.
Unfortunately that doesn't seem to work, is there any way to overcome this?
OS X: 10.5.4 X11: 2.3.0 Inkscape: 0.46
X11 Settings -> Input:
Follow System Keyboard Layout: True Enable Key Equivalents Under X11: True
Try un-checking those two options.
Alternatively you can force the Alt behaviour via Xmodmap. Create a file names .Xmodmap in your user directory. The dot is important, to create a file with such a filename, open a terminal window and write:
touch .Xmodmap open .Xmodmap
And then write this inside:
keycode 66 = Alt_L keycode 69 = Alt_R clear mod1 add mod1 = Alt_L Alt_R
restart X11 and it should work. I would guess that you need to have Follow System Keyboard Layout unchecked for this to have any influence.
PS: By the way, you can also use Xmodmap to swap the Control and Apple keys so that Inkscape shortcuts look more like those of regular OS X applications (i.e. Apple+C to copy, Apple+V to paste etc.). Juste add that in the .Xmodmap
! switch meta and control clear mod2 clear control add mod2 = Control_L Control_R add control = Meta_L Meta_R
Hope that helps.
JiHO
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
On 2008-August-04 , at 13:21 , Panos Laganakos wrote:
Holding alt shows the correct info on the status bar (ie, alt+click to select object below), yet, when I click instead of selecting the object below, it zooms.
this definitely reminds me of something. I think it has to do with three button mouse emulation in X11.app: alt+click means middle click which zooms in Inkscape. Try to uncheck this option in X11 preferences.
JiHO --- http://jo.irisson.free.fr/
*hands over a flying V*
you officially rock, thanks :)
On Mon, Aug 4, 2008 at 8:47 PM, jiho <jo.irisson@...155...> wrote:
On 2008-August-04 , at 13:21 , Panos Laganakos wrote:
Holding alt shows the correct info on the status bar (ie, alt+click to select object below), yet, when I click instead of selecting the object below, it zooms.
this definitely reminds me of something. I think it has to do with three button mouse emulation in X11.app: alt+click means middle click which zooms in Inkscape. Try to uncheck this option in X11 preferences.
JiHO
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
participants (2)
-
jiho
-
Panos Laganakos