Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

How to stop terminal from handling `Super+.`

+2
−0

Problem

I have Super+. mapped to Switch to workspace on the right in gnome settings keyboard shortcuts. It works everywhere except when focus is on the terminal. There, it enters an e in the terminal, but keeps the rest of the entry underlined until I hit enter, where the preceding e disappears.

I can't take a screenshot of it because this "pending text" disappears when focus is removed. While focus remains, the screenshot binding (also a Super binding: Super+P) gets ignored. This screenshot binding works in the terminal otherwise.

Question

What is this and where is this being handled?

Want

I'd want this binding to work even when focus is in the terminal.

Tried

I checked the separate gnome terminal shortcuts and there is no such binding. I searched the web and nothing similar is coming up. I can't seem to find any existence of a Super+. binding. Not in Vim nor Linux.

This behavior persists whether or not I bind Super+. in gnome shortcuts.

This behavior persists when focus is in terminal, whether in vim or not.

I use vim bindings in the terminal and this problem persists when I disable them.

Tried unmap <D-.> in my .vimrc.

System Information

Fedora 40 (Workstation)

Gnome 46

Wayland

Gnome Terminal 3.50.1 (bash, vim bindings)

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

1 answer

+3
−0

Super+comma and Super+period were mapped as emoji annotations.

Run ibus-setup, go to the emoji tab, delete the bindings.

Thanks to this SO post.

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »