On Wed, May 3, 2023 at 4:34 PM Hongyi Zhao <hongyi.z...@gmail.com> wrote:
>
> On Wed, May 3, 2023 at 4:26 PM Tassilo Horn <t...@gnu.org> wrote:
> >
> > Hongyi Zhao <hongyi.z...@gmail.com> writes:
> >
> > >> That popup is not from emacs, isn't it?  I guess you window manager
> > >> captures the key so that emacs never sees it.  You can test that
> > >> assumption by doing C-h k C-x C-;.  If emacs doesn't react and tell
> > >> you what this key is bound to, then something captures it.
> > >
> > > Really, that is the content intercepted by copyq [1] clipboard. What
> > > should I do tackling such key binding confliction?
>
> Very strange: even I've closed the copyq and other clipboard tools, I
> still can see the same stuff in vscode when hitting `Ctrl + ;`.

But the further check still cannot reveal any clues:

werner@X10DAi:~$ gsettings list-recursively
org.gnome.desktop.wm.keybindings |grep -i 'con'
org.gnome.desktop.wm.keybindings cycle-panels ['<Control><Alt>Escape']
org.gnome.desktop.wm.keybindings cycle-panels-backward
['<Shift><Control><Alt>Escape']
org.gnome.desktop.wm.keybindings move-to-workspace-down
['<Control><Shift><Alt>Down']
org.gnome.desktop.wm.keybindings move-to-workspace-left
['<Super><Shift>Page_Up', '<Super><Shift><Alt>Left',
'<Control><Shift><Alt>Left']
org.gnome.desktop.wm.keybindings move-to-workspace-right
['<Super><Shift>Page_Down', '<Super><Shift><Alt>Right',
'<Control><Shift><Alt>Right']
org.gnome.desktop.wm.keybindings move-to-workspace-up
['<Control><Shift><Alt>Up']
org.gnome.desktop.wm.keybindings switch-panels ['<Control><Alt>Tab']
org.gnome.desktop.wm.keybindings switch-panels-backward
['<Shift><Control><Alt>Tab']
org.gnome.desktop.wm.keybindings switch-to-workspace-down ['<Control><Alt>Down']
org.gnome.desktop.wm.keybindings switch-to-workspace-left
['<Super>Page_Up', '<Super><Alt>Left', '<Control><Alt>Left']
org.gnome.desktop.wm.keybindings switch-to-workspace-right
['<Super>Page_Down', '<Super><Alt>Right', '<Control><Alt>Right']
org.gnome.desktop.wm.keybindings switch-to-workspace-up ['<Control><Alt>Up']

As you can see, there is no key binding corresponding to `Ctrl + ;`.

> > Well, I've customized my compositor (sway) to only have bindings
>
> What's sway?
>
> > starting with Mod4 (Super, the key with the windows label) so that emacs
> > can use up all Ctrl/Alt bindings.
> >
> > Bye,
> > Tassilo
>
> Best, Zhao

Reply via email to