From c62fc5e75c09262a384e703800fefa6850afa2e8 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 18 May 2016 22:25:09 +0900 Subject: More named keys: F5 ~ F10, ALT-/ --- test/test_go.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/test_go.rb b/test/test_go.rb index 8f336932..d886c323 100644 --- a/test/test_go.rb +++ b/test/test_go.rb @@ -430,6 +430,10 @@ class TestGoFZF < TestBase test.call 'f3', 'f3' test.call 'f2,f4', 'f2', 'f2' test.call 'f2,f4', 'f4', 'f4' + test.call 'alt-/', [:Escape, :/] + %w[f5 f6 f7 f8 f9 f10].each do |key| + test.call 'f5,f6,f7,f8,f9,f10', key, key + end test.call '@', '@' end -- cgit v1.2.3