import { op } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { winaltkeys } = op;
Some GUI versions allow the access to menu entries by using the ALT
key in combination with a character that appears underlined in the
menu. This conflicts with the use of the ALT key for mappings and
entering special characters. This option tells what to do:
no Don't use ALT keys for menus. ALT key combinations can be
mapped, but there is no automatic handling. This can then be
done with the :simalt
command.
yes ALT key handling is done by the windowing system. ALT key
combinations cannot be mapped.
menu Using ALT in combination with a character that is a menu
shortcut key, will be handled by the windowing system. Other
keys can be mapped.
If the menu is disabled by excluding 'm' from 'guioptions', the ALT
key is never used for the menu.
This option is not used for <F10>
; on Win32 and with GTK <F10>
will
select the menu, unless it has been mapped.
(default "menu")
only used in Win32, Motif, GTK and Photon GUI