mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Set FN+V to change Visual Modes by default
This commit is contained in:
@@ -76,7 +76,8 @@ namespace GHelper
|
|||||||
customActions.Remove("fnlock");
|
customActions.Remove("fnlock");
|
||||||
break;
|
break;
|
||||||
case "fnv":
|
case "fnv":
|
||||||
customActions[""] = EMPTY;
|
customActions[""] = Properties.Strings.VisualMode;
|
||||||
|
customActions.Remove("visual");
|
||||||
break;
|
break;
|
||||||
case "fne":
|
case "fne":
|
||||||
customActions[""] = "Calculator";
|
customActions[""] = "Calculator";
|
||||||
|
|||||||
@@ -511,6 +511,8 @@ namespace GHelper.Input
|
|||||||
action = "micmute";
|
action = "micmute";
|
||||||
if (name == "fnc")
|
if (name == "fnc")
|
||||||
action = "fnlock";
|
action = "fnlock";
|
||||||
|
if (name == "fnv")
|
||||||
|
action = "visual";
|
||||||
if (name == "fne")
|
if (name == "fne")
|
||||||
action = "calculator";
|
action = "calculator";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user