aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/internet-fragment.xml.in
blob: 0729aab4b6956428eb9f3eb2f27a82c088e14a23 (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
48
49
<?xml version="1.0" encoding="UTF-8"?>
<fragment>
  <row>
    <key width="1500">
      <default display="⇥" action="tab"/>
      <!-- This does not work, it seems to send out Tab keysym without the shift
	   modifier; I guess we would have to implement this in the kbd itself in
	   some fashion.
	   <shifted display="⇤" action="tab"/>
      -->
    </key>
    <key obey-caps="true">
      <default display="/" />
      <shifted display="\" />
    </key>
    <key obey-caps="true">
      <default display="." />
      <shifted display="," />
    </key>
    <key obey-caps="true">
      <default display=":" />
      <shifted display=";" />
    </key>
    <key obey-caps="true">
      <default display="-" />
      <shifted display="_" />
    </key>
    <key obey-caps="true">
      <default display="+" />
      <shifted display="%" />
    </key>
    <key obey-caps="true">
      <default display="@" />
      <shifted display="$" />
    </key>
    <key obey-caps="true">
      <default display="#" />
    </key>
    <key obey-caps="true">
      <default display="?" />
    </key>
    <key obey-caps="true">
      <default display="&amp;" />
    </key>
    <key obey-caps="true">
      <default display="=" />
    </key>
  </row>
</fragment>