summaryrefslogtreecommitdiff
path: root/chart2/uiconfig/accelerator/en-US/default.xml
blob: 4738a7fedd4078fce0f82ccd9bedd16835cb395f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<!--
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 -->
<accel:acceleratorlist xmlns:accel="http://openoffice.org/2001/accel" xmlns:xlink="http://www.w3.org/1999/xlink">
    <accel:item accel:code="KEY_Q" accel:mod1="true" xlink:href=".uno:Quit"/>
    <accel:item accel:code="KEY_F4" accel:mod2="true" xlink:href=".uno:Quit"/>
    <accel:item accel:code="KEY_N" accel:mod1="true" xlink:href=".uno:NewDoc"/>
    <accel:item accel:code="KEY_O" accel:mod1="true" xlink:href=".uno:Open"/>
    <accel:item accel:code="KEY_OPEN" xlink:href=".uno:Open"/>
    <accel:item accel:code="KEY_P" accel:mod1="true" xlink:href=".uno:Print"/>
    <accel:item accel:code="KEY_S" accel:mod1="true" xlink:href=".uno:Save"/>
    <accel:item accel:code="KEY_W" accel:mod1="true" xlink:href=".uno:CloseWin"/>
    <accel:item accel:code="KEY_F4" accel:mod1="true" xlink:href=".uno:CloseWin"/>
    <accel:item accel:code="KEY_J" accel:shift="true" accel:mod1="true" xlink:href=".uno:FullScreen"/>
    <accel:item accel:code="KEY_Z" accel:mod1="true" xlink:href=".uno:Undo"/>
    <accel:item accel:code="KEY_BACKSPACE" accel:mod2="true" xlink:href=".uno:Undo"/>
    <accel:item accel:code="KEY_UNDO" xlink:href=".uno:Undo"/>
    <accel:item accel:code="KEY_Y" accel:mod1="true" xlink:href=".uno:Redo"/>
    <accel:item accel:code="KEY_REPEAT" xlink:href=".uno:Repeat"/>
    <accel:item accel:code="KEY_X" accel:mod1="true" xlink:href=".uno:Cut"/>
    <accel:item accel:code="KEY_DELETE" accel:shift="true" xlink:href=".uno:Cut"/>
    <accel:item accel:code="KEY_CUT" xlink:href=".uno:Cut"/>
    <accel:item accel:code="KEY_C" accel:mod1="true" xlink:href=".uno:Copy"/>
    <accel:item accel:code="KEY_INSERT" accel:mod1="true" xlink:href=".uno:Copy"/>
    <accel:item accel:code="KEY_COPY" xlink:href=".uno:Copy"/>
    <accel:item accel:code="KEY_V" accel:mod1="true" xlink:href=".uno:Paste"/>
    <accel:item accel:code="KEY_INSERT" accel:shift="true" xlink:href=".uno:Paste"/>
    <accel:item accel:code="KEY_PASTE" xlink:href=".uno:Paste"/>
    <accel:item accel:code="KEY_DELETE" xlink:href=".uno:Delete"/>
    <accel:item accel:code="KEY_9" accel:shift="true" accel:mod1="true" accel:mod2="true" xlink:href=".uno:ShowItemBrowser"/>
    <accel:item accel:code="KEY_F4" xlink:href=".uno:TransformDialog"/>
</accel:acceleratorlist>