This implicitly fixes a bug where space is used in the shortcut item.
Previously as QQC1 button was made up of multiple objects the key
handling would be handled by an internal object before our filters.
In QQC2 it's all one item, so our Keys handler takes precendence.