mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
Merge pull request #370 from albertofem/patch-1
Catch all Jetbrains applications
This commit is contained in:
@@ -107,7 +107,7 @@ define_conditional_modmap(re.compile(termStr, re.IGNORECASE), {
|
|||||||
})
|
})
|
||||||
|
|
||||||
# Keybindings for IntelliJ
|
# Keybindings for IntelliJ
|
||||||
define_keymap(re.compile("jetbrains-idea", re.IGNORECASE),{
|
define_keymap(re.compile("^jetbrains-(?!.*toolbox).*$", re.IGNORECASE),{
|
||||||
# General
|
# General
|
||||||
K("C-Key_0"): K("M-Key_0"), # Open corresponding tool window
|
K("C-Key_0"): K("M-Key_0"), # Open corresponding tool window
|
||||||
K("C-Key_1"): K("M-Key_1"), # Open corresponding tool window
|
K("C-Key_1"): K("M-Key_1"), # Open corresponding tool window
|
||||||
|
Reference in New Issue
Block a user