masm11 / emacs

Mirror of GNU Emacs
http://www.gnu.org/software/emacs/
GNU General Public License v3.0
198 stars 14 forks source link

Bind with super key doesn't work #80

Closed abcdw closed 3 years ago

abcdw commented 3 years ago

Hi, @masm11! Thank you for your great work.

Have an issue with bindings using super key (win key). (global-set-key (kbd "s-o") 'other-window) evaluates properly, but pressing s-o just inserts o in the buffer.

A6GibKm commented 3 years ago

In my setup (GNOME+Wayland) the s-o or Windows key + o does nothing.

abcdw commented 3 years ago

I also tried to use key chord s-b (it's not bound in both: emacs and wm). In my current vanilla 27 emacs it says s-b is undefined, in masm11's fork with --with-pgtk flag it inserts b in normal buffer. In greeting buffer it says b is undefined.

It's true for both X11 and Wayland.

masm11 commented 3 years ago

Thank you for the reports.

Please try #81.

abcdw commented 3 years ago

81 fixes the problem. Thank you!

A6GibKm commented 3 years ago

Seems there are no regressions.

masm11 commented 3 years ago

thanks for testing.