Changes between Version 10 and Version 11 of HowTo/JOSM-under-Linux


Ignore:
Timestamp:
2012-10-12T15:31:26+02:00 (13 years ago)
Author:
skyper
Comment:

small adds

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/JOSM-under-Linux

    v10 v11  
    66
    77== Getting the ALT key working ==
    8 If you are using KDE you may want to modify the ALT key behaviour:[[BR]]
    9  Open Control Center --> Desktop --> Window Behaviour --> Actions
    10  
    11 And change the modifier key to something else.
     8If your window manager use the `Alt` key as modifier key some combination within JOSM do not work.
     9* You need to change the modifier key in your window manager preferences to some other key
     10 * For **KDE** you may want to modify the `Alt` key behaviour:
    1211
    13 Otherwise you can use right alt key {{{Alt Gr}}} only.
     12  Open Control Center --> Desktop --> Window Behaviour --> Actions
     13
     14* Otherwise you can use right alt key {{{Alt Gr}}} only.
    1415
    1516== Java Virtual Machine ==
     
    2223}}}
    2324
    24 You have to make a symbolic link in the folder /usr/bin/ like this:
     25You have to make a symbolic link in the folder `/usr/bin/` like this:
    2526
    2627{{{
    27   sudo ln -s /usr/bin/java /usr/bin/jamvm
     28#!sh
     29sudo ln -s /usr/bin/java /usr/bin/jamvm
    2830}}}
    2931
     
    3133
    3234----
    33 Back to [HowTo Howto]
     35Back to [HowTo Howto][[BR]]
     36Back to [InstallNotes  Install notes]