Configure upcased key as combination with shift mod
This commit is contained in:
@@ -17,3 +17,12 @@ Feature: `key' run control keyword
|
||||
And uhwm is running
|
||||
When I press the alt+Return keys
|
||||
Then the output must contain "trigger return key code"
|
||||
|
||||
Scenario: translates upcased key names to combination with shift key
|
||||
Given a run control file with:
|
||||
"""
|
||||
key(:F) { puts 'trigger shift+f key code' }
|
||||
"""
|
||||
And uhwm is running
|
||||
When I press the alt+shift+f keys
|
||||
Then the output must contain "trigger shift+f key code"
|
||||
|
Reference in New Issue
Block a user