Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clive
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
Environments
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
hive
clive
Commits
e36de142
Verified
Commit
e36de142
authored
1 week ago
by
Mateusz Żebrak
Browse files
Options
Downloads
Patches
Plain Diff
Fix ctrl+p in footer instad of ^p
parent
1c12ac4c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!608
Fix ctrl+p in footer instad of ^p
,
!600
v1.27.5.21 Release
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
clive/__private/ui/forms/form_screen.py
+1
-1
1 addition, 1 deletion
clive/__private/ui/forms/form_screen.py
with
1 addition
and
1 deletion
clive/__private/ui/forms/form_screen.py
+
1
−
1
View file @
e36de142
...
...
@@ -25,7 +25,7 @@ class FormScreen(CliveScreen, Contextual[FormContextT], ABC):
f
"
{
PREVIOUS_SCREEN_BINDING_KEY
}
,escape
"
,
"
previous_screen
"
,
"
Previous screen
"
,
key_display
=
PREVIOUS_SCREEN_BINDING_KEY
,
key_display
=
"
^p
"
,
),
Binding
(
NEXT_SCREEN_BINDING_KEY
,
"
next_screen
"
,
"
Next screen
"
),
]
...
...
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