uh-wm/features/run_control/modifier.feature
2015-04-19 01:28:03 +00:00

11 lines
262 B
Gherkin

Feature: `modifier' run control keyword
Scenario: configures the modifier key
Given a run control file with:
"""
modifier :ctrl
"""
And uhwm is running
When I press the ctrl+shift+q keys
Then uhwm must terminate successfully