mirror of
				https://github.com/rbreaves/kinto.git
				synced 2025-10-26 08:54:00 +01: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 | ||||
| define_keymap(re.compile("jetbrains-idea", re.IGNORECASE),{ | ||||
| define_keymap(re.compile("^jetbrains-(?!.*toolbox).*$", re.IGNORECASE),{ | ||||
|     # General | ||||
|     K("C-Key_0"): K("M-Key_0"),                 # Open corresponding tool window | ||||
|     K("C-Key_1"): K("M-Key_1"),                 # Open corresponding tool window | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ben Reaves
					Ben Reaves