Implement `modifier' run control keyword

This commit is contained in:
Thibault Jouan
2015-04-14 03:22:47 +00:00
parent 620150b6d8
commit 6ac26c370e
9 changed files with 58 additions and 18 deletions

View File

@@ -0,0 +1,10 @@
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+q keys
Then uhwm must terminate successfully