Revision 46174 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/src/main/resources-plugin/config.xml

View differences:

config.xml
484 484
        tooltip="_Hide_active_layers"
485 485
        accelerator=""
486 486
        />
487
                  <action
487
        <action
488 488
        name="active-layer-bring-front"
489 489
        label="_Bring_to_front"
490 490
        position="600100600"
491 491
        action-command="active-layer-bring-front"
492 492
        icon="active-layer-bring-front"
493 493
        tooltip="_Bring_to_front"
494
        accelerator=""
494
        accelerator="Alt-PgUp"
495 495
        />
496
            <action
496
        <action
497 497
        name="active-layer-send-back"
498 498
        label="_Send_to_back"
499 499
        position="600100700"
500 500
        action-command="active-layer-send-back"
501 501
        icon="active-layer-send-back"
502 502
        tooltip="_Send_back"
503
        accelerator=""
503
        accelerator="Alt-PgDn"
504 504
        />
505
                       <action
505
        <action
506 506
        name="active-layer-move-ahead"
507 507
        label="_Move_ahead"
508 508
        position="600100800"
509 509
        action-command="active-layer-move-ahead"
510 510
        icon="active-layer-move-ahead"
511 511
        tooltip="_Move_ahead"
512
        accelerator=""
512
        accelerator="Alt-Up"
513 513
        />
514
                                  <action
514
        <action
515 515
        name="active-layer-move-behind"
516 516
        label="_Move_behind"
517 517
        position="600100900"
518 518
        action-command="active-layer-move-behind"
519 519
        icon="active-layer-move-behind"
520 520
        tooltip="_Move_behind"
521
        accelerator=""
521
        accelerator="Alt-Down"
522 522
        />  
523 523
            
524 524
      <action

Also available in: Unified diff