mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
Merge pull request #412 from m000/patch-1
temporary fix for using kinto with Synergy
This commit is contained in:
@@ -44,6 +44,12 @@ define_multipurpose_modmap(
|
|||||||
{ # Placeholder
|
{ # Placeholder
|
||||||
})
|
})
|
||||||
|
|
||||||
|
# Fix for avoiding modmapping when using Synergy keyboard/mouse sharing.
|
||||||
|
# Synergy doesn't set a wm_class, so this may cause issues with other
|
||||||
|
# applications that also don't set the wm_class.
|
||||||
|
# Enable only if you use Synergy.
|
||||||
|
# define_conditional_modmap(lambda wm_class: wm_class == '', {})
|
||||||
|
|
||||||
# [Global modemap] Change modifier keys as in xmodmap
|
# [Global modemap] Change modifier keys as in xmodmap
|
||||||
define_conditional_modmap(lambda wm_class: wm_class.casefold() not in terminals,{
|
define_conditional_modmap(lambda wm_class: wm_class.casefold() not in terminals,{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user