annotate runtime/keymap/turkish-f.vim @ 21716:ba99b55d3fb7

Added tag v8.2.1407 for changeset 571832713efa4381d7390f0756b5db03a05301db
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Aug 2020 17:30:04 +0200
parents 1b345fb68ae3
children bbca88cd13d5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
21676
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
1 " Vim keymap file for Turkish F layout
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
2 " Maintainer: Emir SARI <bitigchi@me.com>
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
3 " Last changed: 5 August 2020
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
4
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
5 scriptencoding utf-8
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
6 let b:keymap_name = "tr-f"
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
7 loadkeymap
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
8
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
9 F A LATIN CAPITAL LETTER A
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
10 < B LATIN CAPITAL LETTER B
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
11 V C LATIN CAPITAL LETTER C
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
12 B Ç LATIN CAPITAL LETTER C WITH CEDILLA
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
13 Y D LATIN CAPITAL LETTER D
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
14 D E LATIN CAPITAL LETTER E
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
15 Q F LATIN CAPITAL LETTER F
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
16 W G LATIN CAPITAL LETTER G
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
17 E Ğ LATIN CAPITAL LETTER G WITH BREVE
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
18 O H LATIN CAPITAL LETTER H
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
19 R I LATIN CAPITAL LETTER I
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
20 S İ LATIN CAPITAL LETTER I WITH DOT ABOVE
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
21 Z J LATIN CAPITAL LETTER J
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
22 J K LATIN CAPITAL LETTER K
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
23 K M LATIN CAPITAL LETTER M
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
24 I N LATIN CAPITAL LETTER N
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
25 T O LATIN CAPITAL LETTER O
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
26 X Ö LATIN CAPITAL LETTER O WITH DIAERESIS
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
27 U R LATIN CAPITAL LETTER R
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
28 M S LATIN CAPITAL LETTER S
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
29 \" Ş LATIN CAPITAL LETTER S WITH CEDILLA
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
30 H T LATIN CAPITAL LETTER T
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
31 A U LATIN CAPITAL LETTER U
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
32 G Ü LATIN CAPITAL LETTER U WITH DIAERESIS
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
33 C V LATIN CAPITAL LETTER V
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
34 : Y LATIN CAPITAL LETTER Y
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
35 N Z LATIN CAPITAL LETTER Z
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
36
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
37 { Q LATIN CAPITAL LETTER Q
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
38 } W LATIN CAPITAL LETTER W
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
39 | X LATIN CAPITAL LETTER X
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
40
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
41 ± * ASTERISK
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
42 @ " QUOTATION MARK
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
43 # ^ CIRCUMFLEX ACCENT
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
44 ^ & AMPERSAND
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
45 & ' APOSTROPHE
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
46 * ( LEFT PARENTHESIS
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
47 ( ) RIGHT PARENTHESIS
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
48 ) = EQUALS SIGN
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
49 _ ? QUESTION MARK
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
50 + _ LOW LINE
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
51 > : COLON
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
52 ? ; SEMICOLON
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
53 ~ > GREATER-THAN SIGN
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
54
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
55 Å Û LATIN CAPITAL LETTER U WITH CIRCUMFLEX
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
56 Í Î LATIN CAPITAL LETTER I WITH CIRCUMFLEX
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
57 Ï Â LATIN CAPITAL LETTER A WITH CIRCUMFLEX
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
58 ` » RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
59
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
60 f a LATIN SMALL LETTER A
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
61 , b LATIN SMALL LETTER B
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
62 v c LATIN SMALL LETTER C
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
63 b ç LATIN SMALL LETTER C WITH CEDILLA
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
64 y d LATIN SMALL LETTER D
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
65 d e LATIN SMALL LETTER E
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
66 q f LATIN SMALL LETTER F
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
67 w g LATIN SMALL LETTER G
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
68 e ğ LATIN SMALL LETTER G WITH BREVE
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
69 o h LATIN SMALL LETTER H
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
70 r ı LATIN SMALL LETTER I
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
71 s i LATIN SMALL LETTER I WITH DOT ABOVE
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
72 z j LATIN SMALL LETTER J
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
73 j k LATIN SMALL LETTER K
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
74 k m LATIN SMALL LETTER M
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
75 i n LATIN SMALL LETTER N
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
76 t o LATIN SMALL LETTER O
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
77 x ö LATIN SMALL LETTER O WITH DIAERESIS
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
78 u r LATIN SMALL LETTER R
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
79 m s LATIN SMALL LETTER S
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
80 \' ş LATIN SMALL LETTER S WITH CEDILLA
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
81 h t LATIN SMALL LETTER T
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
82 a u LATIN SMALL LETTER U
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
83 g ü LATIN SMALL LETTER U WITH DIAERESIS
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
84 c v LATIN SMALL LETTER V
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
85 ; y LATIN SMALL LETTER Y
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
86 n z LATIN SMALL LETTER Z
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
87
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
88 [ q LATIN SMALL LETTER Q
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
89 ] w LATIN SMALL LETTER W
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
90 \\ x LATIN SMALL LETTER X
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
91
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
92 § + PLUS SIGN
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
93 - / SOLIDUS
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
94 = - HYPHEN-MINUS
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
95 / , COMMA
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
96 ` < LESS-THAN SIGN
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
97
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
98 £ # NUMBER SIGN
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
99 ¶ { LEFT CURLY BRACKET
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
100 • [ LEFT SQUARE BRACKET
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
101 ª ] RIGHT SQUARE BRACKET
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
102 º } RIGHT CURLY BRACKET
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
103 – \ REVERSE SOLIDUS
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
104 ≠ | VERTICAL LINE
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
105 œ @ COMMERCIAL AT
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
106 ‘ ~ TILDE
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
107 å û LATIN SMALL LETTER U WITH CIRCUMFLEX
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
108 ß î LATIN SMALL LETTER I WITH CIRCUMFLEX
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
109 ∂ € EURO SIGN
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
110 ƒ â LATIN SMALL LETTER A WITH CIRCUMFLEX
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
111 ˙ ₺ TURKISH LIRA SIGN
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
112 ¬ £ POUND SIGN
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
113 … ¥ YEN SIGN
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
114 ` « LEFT-POINTING DOUBLE ANGLE QUOTATION MARK