Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
03c74759
Commit
03c74759
authored
Apr 16, 1998
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(it_keyboard): New variable, supports Italian keyboard.
(keyboard_layout_list): Add Italian keyboard.
parent
adc110de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
src/msdos.c
src/msdos.c
+18
-0
No files found.
src/msdos.c
View file @
03c74759
...
...
@@ -1225,6 +1225,23 @@ static struct dos_keyboard_map fr_keyboard = {
" ~#{[|`
\\
^@]} "
};
/*
* Italian keyboard support, country code 39.
* '<' 56:3c*0000
* '>' 56:3e*0000
* added also {,},` as, respectively, AltGr-8, AltGr-9, AltGr-'
* Donated by Stefano Brozzi <brozzis@mag00.cedi.unipr.it>
*/
static
struct
dos_keyboard_map
it_keyboard
=
{
/* 0 1 2 3 4 5 */
/* 0 123456789012345678901234567890123456789012345678901234 */
"
\\
1234567890' qwertyuiop+ asdfghjkl zxcvbnm,.- "
,
/* 01 23456789012345678901234567890123456789012345678901234 */
"|!
\"
$%&/()=?^ QWERTYUIOP* ASDFGHJKL ZXCVBNM;:_ "
,
/* 0123456789012345678901234567890123456789012345678901234 */
" {}~` [] @# "
};
static
struct
dos_keyboard_map
dk_keyboard
=
{
/* 0 1 2 3 4 5 */
/* 0123456789012345678901234567890123456789012345678901234 */
...
...
@@ -1243,6 +1260,7 @@ static struct keyboard_layout_list
{
1
,
&
us_keyboard
,
33
,
&
fr_keyboard
,
39
,
&
it_keyboard
,
45
,
&
dk_keyboard
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment