Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma Integration
Commits
9fccb284
Commit
9fccb284
authored
Dec 04, 2020
by
Nate Graham
🔩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some currency mappings to new key-held im module module
parent
86bb25f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/platforminputcontextplugin/data/plasmakeydata.h
src/platforminputcontextplugin/data/plasmakeydata.h
+4
-0
No files found.
src/platforminputcontextplugin/data/plasmakeydata.h
View file @
9fccb284
...
...
@@ -160,6 +160,10 @@ const QMap<QString,QList<QString>> KeyMappings = {
{
R"(<)"
,
{
"«"
,
"≤"
,
"‹"
,
"⟨"
}},
{
R"(=)"
,
{
"∞"
,
"≠"
,
"≈"
}},
{
R"(>)"
,
{
"⟩"
,
"»"
,
"≥"
,
"›"
}},
//
// Currency
//
{
"$"
,
{
"¢"
,
"€"
,
"£"
,
"¥"
,
"₹"
,
"₽"
,
"₺"
,
"₩"
,
"₿"
}},
};
}
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