mirror of
https://github.com/rbreaves/kinto.git
synced 2025-09-22 01:29:36 +02:00
- Ensure Kinto is disabled on Windows during VirtualBox usage
This commit is contained in:
@@ -118,6 +118,11 @@ GroupAdd, editors, ahk_exe Code.exe
|
||||
GroupAdd, browsers, ahk_exe chrome.exe
|
||||
GroupAdd, browsers, ahk_exe opera.exe
|
||||
GroupAdd, browsers, ahk_exe firefox.exe
|
||||
|
||||
; Disable Key Remapping for Virtual Machines
|
||||
; Disable for Remote desktop solutions too
|
||||
GroupAdd, virtm, ahk_exe VirtualBoxVM.exe
|
||||
|
||||
; Disabled Edge for now - no ability to close all instances
|
||||
; GroupAdd, browsers, Microsoft Edge ahk_class ApplicationFrameWindow
|
||||
|
||||
@@ -129,6 +134,8 @@ GroupAdd, vstudio, ahk_exe devenv.exe
|
||||
GroupAdd, intellij, ahk_exe idea.exe
|
||||
GroupAdd, intellij, ahk_exe idea64.exe
|
||||
|
||||
#IfWinNotActive ahk_group virtm
|
||||
|
||||
; New AltTab and CtrlTab fix
|
||||
*tab::
|
||||
{
|
||||
@@ -511,3 +518,4 @@ $^+Right::Send +{End}
|
||||
#y::Send {LCtrl down}y{LCtrl Up}
|
||||
#v::Send {LCtrl down}v{LCtrl Up}
|
||||
#If
|
||||
#If
|
Reference in New Issue
Block a user