Change default quit key binding to mod+shift+q

This commit is contained in:
Thibault Jouan
2015-04-19 01:28:03 +00:00
parent 6c7b01c9aa
commit 5e18dbae95
5 changed files with 6 additions and 6 deletions

View File

@@ -6,5 +6,5 @@ Feature: `modifier' run control keyword
modifier :ctrl
"""
And uhwm is running
When I press the ctrl+q keys
When I press the ctrl+shift+q keys
Then uhwm must terminate successfully