Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LatinIME
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
keyboard
LatinIME
Commits
7a86251b
Commit
7a86251b
authored
7 months ago
by
Aleksandras Kostarevas
Browse files
Options
Downloads
Patches
Plain Diff
Update submenu title
parent
9c37a400
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java/src/org/futo/inputmethod/latin/uix/settings/pages/Typing.kt
+2
-2
2 additions, 2 deletions
...c/org/futo/inputmethod/latin/uix/settings/pages/Typing.kt
with
2 additions
and
2 deletions
java/src/org/futo/inputmethod/latin/uix/settings/pages/Typing.kt
+
2
−
2
View file @
7a86251b
...
...
@@ -429,8 +429,8 @@ fun TypingScreen(navController: NavHostController = rememberNavController()) {
)
NavigationItem
(
title
=
"Long-Press
Letters & Symbols
"
,
subtitle
=
"Configure long-press duration
and
how to order letters/symbols."
,
title
=
"Long-Press
Keys & Spacebar
"
,
subtitle
=
"Configure long-press duration
,
how to order letters/symbols
, and behavior of spacebar and delete key
."
,
style
=
NavigationItemStyle
.
Misc
,
navigate
=
{
navController
.
navigate
(
"longPress"
)
},
icon
=
painterResource
(
id
=
R
.
drawable
.
arrow_up
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment