Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Integration
Commits
9fccb284
Commit
9fccb284
authored
Dec 04, 2020
by
Nate Graham
Browse files
Add some currency mappings to new key-held im module module
parent
86bb25f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/platforminputcontextplugin/data/plasmakeydata.h
View file @
9fccb284
...
...
@@ -160,6 +160,10 @@ const QMap<QString,QList<QString>> KeyMappings = {
{
R"(<)"
,
{
"«"
,
"≤"
,
"‹"
,
"⟨"
}},
{
R"(=)"
,
{
"∞"
,
"≠"
,
"≈"
}},
{
R"(>)"
,
{
"⟩"
,
"»"
,
"≥"
,
"›"
}},
//
// Currency
//
{
"$"
,
{
"¢"
,
"€"
,
"£"
,
"¥"
,
"₹"
,
"₽"
,
"₺"
,
"₩"
,
"₿"
}},
};
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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