]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4843: treating CTRL + ALT as AltGr is not backwards compatible v8.2.4843
authorLemonBoy <thatlemon@gmail.com>
Thu, 28 Apr 2022 18:50:54 +0000 (19:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Apr 2022 18:50:54 +0000 (19:50 +0100)
commit202b4bd3a452898cfe3ed72facfbf7cb8199fa4b
tree54722014f107db4fb2fc338b9c1ea7fd5201105f
parent211a5bb2353c66684f38527184a258921f95c9d9
patch 8.2.4843: treating CTRL + ALT as AltGr is not backwards compatible

Problem:    Win32 GUI: Treating CTRL + ALT as AltGr is not backwards
            compatible. (Axel Bender)
Solution:   Make a difference between left and right menu keys.
            (closes #10308)
src/gui_w32.c
src/version.c