You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using emacs-everywhere on GNOME on X11, and I noticed that GNOME's
alt+tab doesn't work for a period, like 1-2 minutes.
Haven't figure out what's the problem, but it can be worked around by
defining a dummy paste command: (setq emacs-everywhere-paste-command (list "echo" "hello"))
The cost is that we need to press ctrl+v manually afterwards.
The text was updated successfully, but these errors were encountered:
I'm using emacs-everywhere on GNOME on X11, and I noticed that GNOME's
alt+tab doesn't work for a period, like 1-2 minutes.
Haven't figure out what's the problem, but it can be worked around by
defining a dummy paste command:
(setq emacs-everywhere-paste-command (list "echo" "hello"))
The cost is that we need to press
ctrl+v
manually afterwards.The text was updated successfully, but these errors were encountered: