Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Nheko Reborn
nheko
Commits
35e6cf00
Commit
35e6cf00
authored
2 years ago
by
Loren Burkholder
Browse files
Options
Downloads
Patches
Plain Diff
Close current room on Ctrl+W
parent
747fe640
Branches
closeOnCtrlW
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#2942
passed
2 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
man/nheko.1.adoc
+3
-0
3 additions, 0 deletions
man/nheko.1.adoc
resources/qml/TimelineView.qml
+5
-0
5 additions, 0 deletions
resources/qml/TimelineView.qml
with
8 additions
and
0 deletions
man/nheko.1.adoc
+
3
−
0
View file @
35e6cf00
...
...
@@ -84,6 +84,9 @@ an emoji will add HTML code for the inline image into the input line.
*Ctrl-Up/Ctrl-Down*::
Navigate within the room list.
*Ctrl-W*::
Close the currently open room.
*Ctrl-K*::
Search and select rooms from the room list.
...
...
This diff is collapsed.
Click to expand it.
resources/qml/TimelineView.qml
+
5
−
0
View file @
35e6cf00
...
...
@@ -25,6 +25,11 @@ Item {
property
bool
showBackButton
:
false
clip
:
true
Shortcut
{
sequence
:
StandardKey
.
Close
onActivated
:
Rooms
.
resetCurrentRoom
()
}
Label
{
visible
:
!
room
&&
!
TimelineManager
.
isInitialSync
&&
(
!
roomPreview
||
!
roomPreview
.
roomid
)
anchors.centerIn
:
parent
...
...
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