Skip to content

Commit

Permalink
#2630 these values aren't 'real' layout names, don't try to use them
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 25, 2022
1 parent 3a53ffc commit 0dfde47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/client/keyboard_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(self, net_send, keyboard_sync=True,
self.key_shortcuts = {}
#command line overrides:
self.raw = raw
self.layout_option = layout
self.layout_option = layout if layout.lower() not in ("client", "auto") else ""
self.variant_option = variant
self.layouts_option = layouts
self.variants_option = variants
Expand Down

0 comments on commit 0dfde47

Please sign in to comment.