mirror of
https://github.com/neovim/neovim.git
synced 2025-12-04 21:52:41 +00:00
feat(keymap): add F38-F63 keys (#17893)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user