Creates a key binding with the given keys.
factory KeyBinding.withKeys(List<String> keys) { return KeyBinding(keys: keys); }