annotate runtime/keymap/russian-typograph.vim @ 34257:8a91d18f1789 v9.1.0069

patch 9.1.0069: ScreenLines may not be correctly initialized, causing hang Commit: https://github.com/vim/vim/commit/fd472655a93fd539c731c8daf3adc4e65ddce341 Author: Olaf Seibert <rhialto@falu.nl> Date: Thu Feb 1 21:11:16 2024 +0100 patch 9.1.0069: ScreenLines may not be correctly initialized, causing hang Problem: ScreenLines may not be correctly initialized, causing hang (Olaf Seibert, after 9.0.0220) Solution: always initialize ScreneLines when allocating a screen (Olaf Seibert) ScreenLines and related structures could be left uninitialized causing a screen update to run into an infinite loop when using latin1 encoding. Partly caused because by patch 9.0.0220, which makes mb_ptr2len return zero for NUL related: #12671 closes: #13946 Signed-off-by: Olaf Seibert <rhialto@falu.nl> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 01 Feb 2024 21:30:02 +0100
parents 6556ba799548
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
1 " Vim Keymap file for Russian characters
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
2 " layout English-US 104 key 'QWERTY'
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
3 "
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
4 " Maintainer: Restorer <restorer@mail2k.ru>
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
5 " Last Changed: 25 Apr 2023
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
6 " Version: 3.3
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
7 " Description: описание дано после изображений клавиатуры
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
8
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
9 " Расположение символов для русского языка при подключенном файле с раскладкой
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
10 " клавиатуры «русская типографская» (russian-typograph.vim). Версия 3.3
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
11
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
12
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
13 " Ни одна из клавиш модификаторов не нажата
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
14
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
15 " ,---,---,---,---,---,---,---,---,---,---,---,---,---,-------,
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
16 " | % | ! | — | « | » | : | , | . | ? | ( | ) | ‐ | ; | <--- |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
17 " |---'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-----|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
18 " | ->| | й | ц | у | к | е | н | г | ш | щ | з | х | ъ | / |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
19 " |-----',--',--',--',--',--',--',--',--',--',--',--',--'-----|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
20 " | Caps | ф | ы | в | а | п | р | о | л | д | ж | э | Enter |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
21 " |------'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'--------|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
22 " | Shift | я | ч | с | м | и | т | ь | б | ю | ё | Shift |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
23 " |------,-',--'--,'---'---'---'---'---'---'-,-'---',--,------|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
24 " | Ctrl | | Alt | | Alt | | Ctrl |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
25 " '------' '-----'--------------------------'------' '------'
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
26
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
27
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
28 " Нажата клавиша SHIFT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
29
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
30 " ,---,---,---,---,---,---,---,---,---,---,---,---,---,-------,
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
31 " | = | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | + | <--- |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
32 " |---'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-----|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
33 " | ->| | Й | Ц | У | К | Е | Н | Г | Ш | Щ | З | Х | Ъ | § |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
34 " |-----',--',--',--',--',--',--',--',--',--',--',--',--'-----|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
35 " | Caps | Ф | Ы | В | А | П | Р | О | Л | Д | Ж | Э | Enter |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
36 " |------'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'--------|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
37 " | SHIFT | Я | Ч | С | М | И | Т | Ь | Б | Ю | Ё | SHIFT |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
38 " |------,-',--'--,'---'---'---'---'---'---'-,-'---',--,------|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
39 " | Ctrl | | Alt | | Alt | | Ctrl |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
40 " '------' '-----'--------------------------'------' '------'
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
41
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
42
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
43 " Нажата клавиша ALT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
44
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
45 " ,---,---,---,---,---,---,---,---,---,---,---,---,---,-------,
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
46 " | ` | № | – | „ | “ | | | … | | | | ‑ | ± | <--- |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
47 " |---'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-----|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
48 " | ->| | | | | | | | | | | | [ | ] | \ |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
49 " |-----',--',--',--',--',--',--',--',--',--',--',--',--'-----|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
50 " | Caps | | | | | | ₽ | | | | | ' | Enter |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
51 " |------'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'--------|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
52 " | Shift | | | | | | | | | | | Shift |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
53 " |------,-',--'--,'---'---'---'---'---'---'-,-'---',--,------|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
54 " | Ctrl | | ALT | NNBSP | ALT | | Ctrl |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
55 " '------' '-----'--------------------------'------' '------'
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
56
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
57
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
58 " Нажаты клавиши SHIFT и ALT
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
59
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
60 " ,---,---,---,---,---,---,---,---,---,---,---,---,---,-------,
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
61 " | ~ | | @ | # | $ | | ^ | & | * | | | _ | | <--- |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
62 " |---'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-----|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
63 " | ->| | | | | | | | | | | | { | } | | |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
64 " |-----',--',--',--',--',--',--',--',--',--',--',--',--'-----|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
65 " | Caps | | | | | | | | | | | " | Enter |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
66 " |------'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'--------|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
67 " | SHIFT | | | | | | | | < | > | | SHIFT |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
68 " |------,-',--'--,'---'---'---'---'---'---'-,-'---',--,------|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
69 " | Ctrl | | ALT | | ALT | | Ctrl |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
70 " '------' '-----'--------------------------'------' '------'
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
71
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
72
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
73 " Нажаты клавиши SHIFT и CTRL
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
74
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
75 " ,---,---,---,---,---,---,---,---,---,---,---,---,---,-------,
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
76 " | | | | | | | | | | | | | | <--- |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
77 " |---'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-----|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
78 " | ->| | | | | | | | | | | | | | |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
79 " |-----',--',--',--',--',--',--',--',--',--',--',--',--'-----|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
80 " | Caps | | | | | | | | | | | | Enter |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
81 " |------'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'--------|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
82 " | SHIFT | | | | | | | | | | | SHIFT |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
83 " |------,-',--'--,'---'---'---'---'---'---'-,-'---',--,------|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
84 " | CTRL | | Alt | NBSP | Alt | | CTRL |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
85 " '------' '-----'--------------------------'------' '------'
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
86
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
87
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
88 " Нажаты клавиши ALT и CTRL
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
89
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
90 " ,---,---,---,---,---,---,---,---,---,---,---,---,---,-------,
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
91 " | | | | | | | | | | | | | | <--- |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
92 " |---'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-----|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
93 " | ->| | | | у́ | | е́ | | | | | | | | |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
94 " |-----',--',--',--',--',--',--',--',--',--',--',--',--'-----|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
95 " | Caps | | ы́ | | а́ | | | о́ | | | | э́ | Enter |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
96 " |------'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'--------|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
97 " | Shift | я́ | | | | и́ | | | | ю́ | | Shift |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
98 " |------,-',--'--,'---'---'---'---'---'---'-,-'---',--,------|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
99 " | CTRL | | ALT | | ALT | | CTRL |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
100 " '------' '-----'--------------------------'------' '------'
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
101
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
102
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
103 " Нажаты клавиши SHIFT, ALT и CTRL
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
104
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
105 " ,---,---,---,---,---,---,---,---,---,---,---,---,---,-------,
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
106 " | | | | | | | | | | | | | | <--- |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
107 " |---'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-----|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
108 " | ->| | | | У́ | | Е́ | | | | | | | | |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
109 " |-----',--',--',--',--',--',--',--',--',--',--',--',--'-----|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
110 " | Caps | | Ы́ | | А́ | | | О́ | | | | Э́ | Enter |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
111 " |------'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'--------|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
112 " | SHIFT | Я́ | | | | И́ | | | | Ю́ | | SHIFT |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
113 " |------,-',--'--,'---'---'---'---'---'---'-,-'---',--,------|
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
114 " | CTRL | | ALT | | ALT | | CTRL |
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
115 " '------' '-----'--------------------------'------' '------'
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
116
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
117
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
118 " Раскладка сделана на основе раскладки «русская машинопись» (KBDRU1.DLL),
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
119 " поставляемой в составе ОС MS Windows.
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
120 "
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
121 " Как видите, принцип достаточно простой, — при наборе русского текста все
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
122 " буквы, знаки пунктуации и большинство специальных символов находятся под
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
123 " пальцами и их набор не требует нажатия каких-то дополнительных клавиш. При
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
124 " наборе символов, которые отсутствуют в русской раскладке, но есть в раскладке
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
125 " US-International, требуется нажать или клавишу <ALT>, если в английской
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
126 " раскладке они набираются без модификаторов, или нажать <ALT>+<SHIFT>, если они
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
127 " набираются с модификатором <SHIFT>.
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
128
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
129 " scriptencoding utf-8
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
130
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
131 let b:keymap_name ="RUS"
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
132
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
133 loadkeymap
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
134
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
135 " DIGITAL ROW
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
136
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
137 " None of the modifier keys are pressed
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
138 <char-0x0060> <char-0x0025> " PERCENT SIGN
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
139 <char-0x0031> <char-0x0021> " EXCLAMATION MARK
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
140 <char-0x0032> <char-0x2014> " EM DASH
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
141 <char-0x0033> <char-0x00ab> " LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
142 <char-0x0034> <char-0x00bb> " RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
143 <char-0x0035> <char-0x003a> " COLON
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
144 <char-0x0036> <char-0x002c> " COMMA
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
145 <char-0x0037> <char-0x002e> " FULL STOP
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
146 <char-0x0038> <char-0x003f> " QUESTION MARK
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
147 <char-0x0039> <char-0x0028> " LEFT PARENTHESIS
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
148 <char-0x0030> <char-0x0029> " RIGHT PARENTHESIS
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
149 <char-0x002d> <char-0x2010> " HYPHEN
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
150 <char-0x003d> <char-0x003b> " SEMICOLON
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
151
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
152 " The SHIFT key is pressed
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
153 <char-0x007e> <char-0x003d> " EQUALS SIGN
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
154 <char-0x0021> <char-0x0031> " DIGIT ONE
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
155 <char-0x0040> <char-0x0032> " DIGIT TWO
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
156 <char-0x0023> <char-0x0033> " DIGIT THREE
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
157 <char-0x0024> <char-0x0034> " DIGIT FOUR
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
158 <char-0x0025> <char-0x0035> " DIGIT FIVE
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
159 <char-0x005e> <char-0x0036> " DIGIT SIX
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
160 <char-0x0026> <char-0x0037> " DIGIT SEVEN
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
161 <char-0x002a> <char-0x0038> " DIGIT EIGHT
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
162 <char-0x0028> <char-0x0039> " DIGIT NINE
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
163 <char-0x0029> <char-0x0030> " DIGIT ZERO
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
164 <char-0x005f> <char-0x002d> " HYPHEN-MINUS
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
165 <char-0x002b> <char-0x002b> " PLUS SIGN
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
166
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
167 " The ALT key pressed
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
168 <A-char-0x0060> <char-0x0060> " GRAVE ACCENT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
169 <A-char-0x0031> <char-0x2116> " NUMERO SIGN
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
170 <A-char-0x0032> <char-0x2013> " EN DASH
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
171 <A-char-0x0033> <char-0x201e> " DOUBLE LOW-9 QUOTATION MARK
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
172 <A-char-0x0034> <char-0x201c> " LEFT DOUBLE QUOTATION MARK
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
173 <A-char-0x0037> <char-0x2026> " HORIZONTAL ELLIPSIS
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
174 <A-char-0x002d> <char-0x2011> " NON-BREAKING HYPHEN
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
175 <A-char-0x003d> <char-0x00b1> " PLUS-MINUS SIGN
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
176
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
177 " The SHIFT and ALT keys pressed
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
178 <A-char-0x007e> <char-0x007e> " TILDE
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
179 <A-char-0x0040> <char-0x0040> " COMMERCIAL AT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
180 <A-char-0x0023> <char-0x0023> " NUMBER SIGN
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
181 <A-char-0x0024> <char-0x0024> " DOLLAR SIGN
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
182 <A-char-0x005e> <char-0x005e> " CIRCUMFLEX ACCENT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
183 <A-char-0x0026> <char-0x0026> " AMPERSAND
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
184 <A-char-0x002a> <char-0x002a> " ASTERISK
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
185 <A-char-0x005f> <char-0x005f> " LOW LINE
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
186
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
187
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
188 " ALPHABETICAL 1st ROW
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
189
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
190 " None of the modifier keys are pressed
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
191 <char-0x0071> <char-0x0439> " CYRILLIC SMALL LETTER SHORT I
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
192 <char-0x0077> <char-0x0446> " CYRILLIC SMALL LETTER TSE
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
193 <char-0x0065> <char-0x0443> " CYRILLIC SMALL LETTER U
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
194 <char-0x0072> <char-0x043a> " CYRILLIC SMALL LETTER KA
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
195 <char-0x0074> <char-0x0435> " CYRILLIC SMALL LETTER IE
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
196 <char-0x0079> <char-0x043d> " CYRILLIC SMALL LETTER EN
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
197 <char-0x0075> <char-0x0433> " CYRILLIC SMALL LETTER GHE
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
198 <char-0x0069> <char-0x0448> " CYRILLIC SMALL LETTER SHA
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
199 <char-0x006f> <char-0x0449> " CYRILLIC SMALL LETTER SHCHA
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
200 <char-0x0070> <char-0x0437> " CYRILLIC SMALL LETTER ZE
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
201 <char-0x005b> <char-0x0445> " CYRILLIC SMALL LETTER HA
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
202 <char-0x005d> <char-0x044a> " CYRILLIC SMALL LETTER HARD SIGN
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
203
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
204 " The SHIFT key is pressed
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
205 <char-0x0051> <char-0x0419> " CYRILLIC CAPITAL LETTER SHORT I
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
206 <char-0x0057> <char-0x0426> " CYRILLIC CAPITAL LETTER TSE
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
207 <char-0x0045> <char-0x0423> " CYRILLIC CAPITAL LETTER U
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
208 <char-0x0052> <char-0x041a> " CYRILLIC CAPITAL LETTER KA
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
209 <char-0x0054> <char-0x0415> " CYRILLIC CAPITAL LETTER IE
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
210 <char-0x0059> <char-0x041d> " CYRILLIC CAPITAL LETTER EN
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
211 <char-0x0055> <char-0x0413> " CYRILLIC CAPITAL LETTER GHE
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
212 <char-0x0049> <char-0x0428> " CYRILLIC CAPITAL LETTER SHA
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
213 <char-0x004f> <char-0x0429> " CYRILLIC CAPITAL LETTER SHCHA
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
214 <char-0x0050> <char-0x0417> " CYRILLIC CAPITAL LETTER ZE
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
215 <char-0x007b> <char-0x0425> " CYRILLIC CAPITAL LETTER HA
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
216 <char-0x007d> <char-0x042a> " CYRILLIC CAPITAL LETTER HARD SIGN
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
217
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
218 " The ALT key pressed
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
219 <A-char-0x005b> <char-0x005b> " LEFT SQUARE BRACKET
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
220 <A-char-0x005d> <char-0x005d> " RIGHT SQUARE BRACKET
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
221
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
222 " The SHIFT and ALT keys pressed
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
223 <A-char-0x007b> <char-0x007b> " LEFT CURLY BRACKET
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
224 <A-char-0x007d> <char-0x007d> " RIGHT CURLY BRACKET
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
225
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
226 " The ALT and CTRL key pressed
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
227 <A-C-char-0x0065> <char-0x0443><char-0x0301> " CYRILLIC SMALL LETTER U with COMBINING ACUTE ACCENT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
228 <A-C-char-0x0074> <char-0x0435><char-0x0301> " CYRILLIC SMALL LETTER IE with COMBINING ACUTE ACCENT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
229
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
230 " The SHIFT and ALT and CTRL keys pressed
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
231 <S-A-C-char-0x0045> <char-0x0423><char-0x0301> " CYRILLIC CAPITAL LETTER U with COMBINING ACUTE ACCENT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
232 <S-A-C-char-0x0054> <char-0x0415><char-0x0301> " CYRILLIC CAPITAL LETTER IE with COMBINING ACUTE ACCENT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
233
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
234
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
235 " ALPHABETIC 2st ROW
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
236
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
237 " None of the modifier keys are pressed
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
238 <char-0x0061> <char-0x0444> " CYRILLIC SMALL LETTER EF
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
239 <char-0x0073> <char-0x044b> " CYRILLIC SMALL LETTER YERU
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
240 <char-0x0064> <char-0x0432> " CYRILLIC SMALL LETTER VE
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
241 <char-0x0066> <char-0x0430> " CYRILLIC SMALL LETTER A
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
242 <char-0x0067> <char-0x043f> " CYRILLIC SMALL LETTER PE
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
243 <char-0x0068> <char-0x0440> " CYRILLIC SMALL LETTER ER
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
244 <char-0x006a> <char-0x043e> " CYRILLIC SMALL LETTER O
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
245 <char-0x006b> <char-0x043b> " CYRILLIC SMALL LETTER EL
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
246 <char-0x006c> <char-0x0434> " CYRILLIC SMALL LETTER DE
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
247 <char-0x003b> <char-0x0436> " CYRILLIC SMALL LETTER ZHE
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
248 <char-0x0027> <char-0x044d> " CYRILLIC SMALL LETTER E
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
249
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
250 " The SHIFT key is pressed
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
251 <char-0x0041> <char-0x0424> " CYRILLIC CAPITAL LETTER EF
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
252 <char-0x0053> <char-0x042b> " CYRILLIC CAPITAL LETTER YERU
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
253 <char-0x0044> <char-0x0412> " CYRILLIC CAPITAL LETTER VE
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
254 <char-0x0046> <char-0x0410> " CYRILLIC CAPITAL LETTER A
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
255 <char-0x0047> <char-0x041f> " CYRILLIC CAPITAL LETTER PE
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
256 <char-0x0048> <char-0x0420> " CYRILLIC CAPITAL LETTER ER
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
257 <char-0x004a> <char-0x041e> " CYRILLIC CAPITAL LETTER O
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
258 <char-0x004b> <char-0x041b> " CYRILLIC CAPITAL LETTER EL
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
259 <char-0x004c> <char-0x0414> " CYRILLIC CAPITAL LETTER DE
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
260 <char-0x003a> <char-0x0416> " CYRILLIC CAPITAL LETTER ZHE
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
261 <char-0x0022> <char-0x042d> " CYRILLIC CAPITAL LETTER E
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
262
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
263 " The ALT key pressed
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
264 <A-char-0x0027> <char-0x0027> " APOSTROPHE
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
265 <A-char-0x0068> <char-0x20bd> " RUBLE SIGN
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
266
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
267 " The SHIFT and ALT keys pressed
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
268 <A-char-0x0022> <char-0x0022> " QUOTATION MARK
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
269
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
270 " The ALT and CTRL key pressed
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
271 <A-C-char-0x0073> <char-0x044b><char-0x0301> " CYRILLIC SMALL LETTER YERU with COMBINING ACUTE ACCENT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
272 <A-C-char-0x0066> <char-0x0430><char-0x0301> " CYRILLIC SMALL LETTER A with COMBINING ACUTE ACCENT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
273 <A-C-char-0x006a> <char-0x043e><char-0x0301> " CYRILLIC SMALL LETTER O with COMBINING ACUTE ACCENT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
274 <A-C-char-0x0027> <char-0x044d><char-0x0301> " CYRILLIC SMALL LETTER E with COMBINING ACUTE ACCENT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
275
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
276 " The SHIFT and ALT and CTRL keys pressed
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
277 <S-A-C-char-0x0053> <char-0x042b><char-0x0301> " CYRILLIC CAPITAL LETTER YERU with COMBINING ACUTE ACCENT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
278 <S-A-C-char-0x0046> <char-0x0410><char-0x0301> " CYRILLIC CAPITAL LETTER A with COMBINING ACUTE ACCENT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
279 <S-A-C-char-0x004a> <char-0x041e><char-0x0301> " CYRILLIC CAPITAL LETTER O with COMBINING ACUTE ACCENT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
280 <S-A-C-char-0x0022> <char-0x042d><char-0x0301> " CYRILLIC CAPITAL LETTER E with COMBINING ACUTE ACCENT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
281
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
282
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
283 " ALPHABETIC 3st ROW
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
284
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
285 " None of the modifier keys are pressed
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
286 <char-0x007a> <char-0x044f> " CYRILLIC SMALL LETTER YA
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
287 <char-0x0078> <char-0x0447> " CYRILLIC SMALL LETTER CHE
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
288 <char-0x0063> <char-0x0441> " CYRILLIC SMALL LETTER ES
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
289 <char-0x0076> <char-0x043c> " CYRILLIC SMALL LETTER EM
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
290 <char-0x0062> <char-0x0438> " CYRILLIC SMALL LETTER I
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
291 <char-0x006e> <char-0x0442> " CYRILLIC SMALL LETTER TE
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
292 <char-0x006d> <char-0x044c> " CYRILLIC SMALL LETTER SOFT SIGN
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
293 <char-0x002c> <char-0x0431> " CYRILLIC SMALL LETTER BE
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
294 <char-0x002e> <char-0x044e> " CYRILLIC SMALL LETTER YU
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
295 <char-0x002f> <char-0x0451> " CYRILLIC SMALL LETTER IO
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
296
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
297 " The SHIFT key is pressed
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
298 <char-0x005a> <char-0x042f> " CYRILLIC CAPITAL LETTER YA
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
299 <char-0x0058> <char-0x0427> " CYRILLIC CAPITAL LETTER CHE
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
300 <char-0x0043> <char-0x0421> " CYRILLIC CAPITAL LETTER ES
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
301 <char-0x0056> <char-0x041c> " CYRILLIC CAPITAL LETTER EM
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
302 <char-0x0042> <char-0x0418> " CYRILLIC CAPITAL LETTER I
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
303 <char-0x004e> <char-0x0422> " CYRILLIC CAPITAL LETTER TE
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
304 <char-0x004d> <char-0x042c> " CYRILLIC CAPITAL LETTER SOFT SIGN
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
305 <char-0x003c> <char-0x0411> " CYRILLIC CAPITAL LETTER BE
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
306 <char-0x003e> <char-0x042e> " CYRILLIC CAPITAL LETTER YU
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
307 <char-0x003f> <char-0x0401> " CYRILLIC CAPITAL LETTER IO
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
308
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
309 " The ALT key pressed
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
310
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
311
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
312 " The SHIFT and ALT keys pressed
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
313 <A-char-0x003c> <char-0x003c> " LESS-THAN SIGN
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
314 <A-char-0x003e> <char-0x003e> " GREATER-THAN SIGN
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
315
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
316 " The ALT and CTRL key pressed
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
317 <A-C-char-0x007a> <char-0x044f><char-0x0301> " CYRILLIC SMALL LETTER YA with COMBINING ACUTE ACCENT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
318 <A-C-char-0x0062> <char-0x0438><char-0x0301> " CYRILLIC SMALL LETTER I with COMBINING ACUTE ACCENT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
319 <A-C-char-0x002e> <char-0x044e><char-0x0301> " CYRILLIC SMALL LETTER YU with COMBINING ACUTE ACCENT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
320
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
321 " The SHIFT and ALT and CTRL keys pressed
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
322 <S-A-C-char-0x005a> <char-0x042f><char-0x0301> " CYRILLIC CAPITAL LETTER YA with COMBINING ACUTE ACCENT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
323 <S-A-C-char-0x0042> <char-0x0418><char-0x0301> " CYRILLIC CAPITAL LETTER I with COMBINING ACUTE ACCENT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
324 <S-A-C-char-0x003e> <char-0x042e><char-0x0301> " CYRILLIC CAPITAL LETTER Y with COMBINING ACUTE ACCENT
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
325
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
326
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
327 " VK_OEM_5 key (scan code 2b)
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
328
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
329 " None of the modifier keys are pressed
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
330 <char-0x005c> <char-0x002f> " SOLIDUS
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
331
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
332 " The SHIFT key is pressed
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
333 <char-0x007c> <char-0x00a7> " SECTION SIGN
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
334
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
335 " The ALT key is pressed
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
336 <A-char-0x005c> <char-0x005c> " REVERSE SOLIDUS
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
337
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
338 " The SHIFT and ALT keys pressed
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
339 <A-char-0x007c> <char-0x007c> " VERTICAL LINE
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
340
32805
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
341
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
342 " SPACE BAR key
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
343
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
344 " The ALT key pressed
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
345 <A-char-0x0020> <char-0x202f> " NARROW NO-BREAK SPACE
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
346
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
347 " The SHIFT and CTRL keys pressed
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
348 <S-C-char-0x0020> <char-0x00A0> " NO-BREAK SPACE
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
349
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
350 " \///\\
6556ba799548 The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)
Christian Brabandt <cb@256bit.org>
parents: 25773
diff changeset
351