require('screenkey').setup { win_opts = { border = 'rounded', }, compress_after = 999, group_mappings = true, show_leader = false, -- ref: https://support.apple.com/ja-jp/guide/mac-help/cpmh0011/mac -- : https://qiita.com/re3turn/items/91acc6efb6114d810b68 keys = { [''] = '⇥', [''] = '↩', [''] = '⎋', [''] = '␣', [''] = '⌫', [''] = '⌦', [''] = '←', [''] = '→', [''] = '↑', [''] = '↓', [''] = '↖', [''] = '↘', [''] = '⇞', [''] = '⇟', [''] = 'Ins', [''] = '󱊫', [''] = '󱊬', [''] = '󱊭', [''] = '󱊮', [''] = '󱊯', [''] = '󱊰', [''] = '󱊱', [''] = '󱊲', [''] = '󱊳', [''] = '󱊴', [''] = '󱊵', [''] = '󱊶', ['CTRL'] = '⌃', ['ALT'] = '⌥', ['SUPER'] = '⌘', [''] = '', }, }