-
-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…ut/variant options: * remove make_keyboard_helper, just set the helper class instead * add keyboard options: raw, layout, layouts, variant, variants and options * add example in config file * minor: store more keyboard structures using lists (easier to parse in debug output than sets) * in raw keyboard mode: skip setting the keycodes and keep keycode_translation empty git-svn-id: https://xpra.org/svn/Xpra/trunk@13328 3bb7dfac-3a0b-4e04-842a-767bc560f471
- Loading branch information
Showing
14 changed files
with
260 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
################################################################################ | ||
# Client Keyboard Options | ||
|
||
# Keyboard synchronization: | ||
keyboard-sync = yes | ||
|
||
|
||
# Raw mode | ||
# (unsafe: can only be used when both the client and server use the same keycodes) | ||
# keyboard-raw = no | ||
|
||
|
||
# The options below use X11 names and semantics, on all platforms | ||
|
||
# Layout | ||
# (will be detected automatically, this can be used to override) | ||
# keyboard-layout = us | ||
# keyboard-layout = us,gb,fr | ||
|
||
# Layouts: the different types of keyboard layouts that may be used | ||
# (will be detected automatically, this can be used to override) | ||
# keyboard-layouts = us,fr | ||
# keyboard-layouts = us,gb,fr | ||
|
||
# Variant: | ||
# variant = ,dvorak | ||
# variant = altgr-intl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.