Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keyboard detection code should live in platform #26

Closed
totaam opened this issue Sep 20, 2011 · 5 comments
Closed

keyboard detection code should live in platform #26

totaam opened this issue Sep 20, 2011 · 5 comments

Comments

@totaam
Copy link
Collaborator

totaam commented Sep 20, 2011

Issue migrated from trac ticket # 26

component: platforms | priority: minor | resolution: fixed

2011-09-20 10:59:17: antoine created the issue


rather than exporting X11_KEYMAPS from the platform code:

from xpra.platform import X11_KEYMAPS

We should export a get_keymapping_data method from there which returns (xkbmap_print, xkbmap_query, xmodmap_data).
The existing code can then be moved to the posix implementation and we then have the possibility of doing something else for osx/win32 (returning None until implemented).

@totaam
Copy link
Collaborator Author

totaam commented Sep 20, 2011

2011-09-20 11:08:25: antoine changed status from new to accepted

@totaam
Copy link
Collaborator Author

totaam commented Sep 20, 2011

2011-09-20 11:08:25: antoine changed component from android to platforms

@totaam
Copy link
Collaborator Author

totaam commented Sep 23, 2011

2011-09-23 15:27:48: antoine changed status from accepted to closed

@totaam
Copy link
Collaborator Author

totaam commented Sep 23, 2011

2011-09-23 15:27:48: antoine changed resolution from ** to fixed

@totaam
Copy link
Collaborator Author

totaam commented Sep 23, 2011

2011-09-23 15:27:48: antoine commented


done in r187

Also the server only applies a keymap when needed (when a client connects) rather than on start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant