feat(keymap): add F38-F63 keys (#17893)

This commit is contained in:
zeertzjq
2022-04-11 09:54:59 +08:00
committed by GitHub
parent b2cb05b53e
commit 9da0023a66
4 changed files with 114 additions and 0 deletions

View File

@@ -52,6 +52,8 @@ describe('mappings', function()
add_mapping('<kenter>','<kenter>')
add_mapping('<kcomma>','<kcomma>')
add_mapping('<kequal>','<kequal>')
add_mapping('<f38>','<f38>')
add_mapping('<f63>','<f63>')
end)
it('ok', function()
@@ -108,6 +110,8 @@ describe('mappings', function()
check_mapping('<KPComma>','<kcomma>')
check_mapping('<kequal>','<kequal>')
check_mapping('<KPEquals>','<kequal>')
check_mapping('<f38>','<f38>')
check_mapping('<f63>','<f63>')
end)
it('support meta + multibyte char mapping', function()