add more mouse keys
This commit is contained in:
parent
21e7fd6b1b
commit
cf9feffe8d
4 changed files with 50 additions and 16 deletions
File diff suppressed because one or more lines are too long
|
@ -10,19 +10,19 @@
|
|||
"DismissableWarning_WiredIndexControllerActivity_457852737_LastShownTime" : "1671665631"
|
||||
},
|
||||
"GpuSpeed" : {
|
||||
"gpuSpeed0" : 1475,
|
||||
"gpuSpeed1" : 1740,
|
||||
"gpuSpeed2" : 1583,
|
||||
"gpuSpeed3" : 1741,
|
||||
"gpuSpeed4" : 1740,
|
||||
"gpuSpeed5" : 1733,
|
||||
"gpuSpeed6" : 1737,
|
||||
"gpuSpeed7" : 1736,
|
||||
"gpuSpeed8" : 1736,
|
||||
"gpuSpeed9" : 1739,
|
||||
"gpuSpeed0" : 1708,
|
||||
"gpuSpeed1" : 1689,
|
||||
"gpuSpeed2" : 1711,
|
||||
"gpuSpeed3" : 1697,
|
||||
"gpuSpeed4" : 1712,
|
||||
"gpuSpeed5" : 1703,
|
||||
"gpuSpeed6" : 1703,
|
||||
"gpuSpeed7" : 1682,
|
||||
"gpuSpeed8" : 1702,
|
||||
"gpuSpeed9" : 1694,
|
||||
"gpuSpeedCount" : 10,
|
||||
"gpuSpeedDriver" : "92282883",
|
||||
"gpuSpeedHorsepower" : 1736,
|
||||
"gpuSpeedHorsepower" : 1701,
|
||||
"gpuSpeedRenderTargetScale" : 1.5,
|
||||
"gpuSpeedVendor" : "AMD Radeon RX 6800 XT (RADV NAVI21)",
|
||||
"gpuSpeedVersion" : 2
|
||||
|
@ -37,7 +37,7 @@
|
|||
"collisionBounds" : {
|
||||
"CollisionBoundsColorGammaA" : 76,
|
||||
"CollisionBoundsColorGammaG" : 3,
|
||||
"CollisionBoundsFadeDistance" : 0.05,
|
||||
"CollisionBoundsFadeDistance" : 0.125,
|
||||
"CollisionBoundsStyle" : 4,
|
||||
"CollisionBoundsWallHeight" : 0.5
|
||||
},
|
||||
|
@ -69,7 +69,7 @@
|
|||
},
|
||||
"steamvr" : {
|
||||
"allowSupersampleFiltering" : false,
|
||||
"analogGain" : 0.1,
|
||||
"analogGain" : 0.13114259623508862,
|
||||
"background" : "/home/crispypin/.steam/debian-installation/steamapps/common/SteamVR/resources/backgrounds/night_mountains.png",
|
||||
"doNotFadeToGrid" : true,
|
||||
"enableHomeApp" : false,
|
||||
|
@ -77,6 +77,7 @@
|
|||
"installID" : "2296672328647432898",
|
||||
"lastVersionNotice" : "1.25.2",
|
||||
"lastVersionNoticeDate" : "1671735826",
|
||||
"motionSmoothing" : false,
|
||||
"overlayRenderQuality_2" : 3,
|
||||
"playAreaColor" : "#FF000000",
|
||||
"preferredRefreshRate" : 120.01900482177734,
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# mouse movement
|
||||
|
||||
super + F7
|
||||
xdotool mousemove_relative -- -16 0
|
||||
|
||||
|
@ -10,6 +12,7 @@ super + F3
|
|||
super + F8
|
||||
xdotool mousemove_relative 0 16
|
||||
|
||||
|
||||
super + control + F7
|
||||
xdotool mousemove_relative -- -256 0
|
||||
|
||||
|
@ -23,6 +26,32 @@ super + control + F8
|
|||
xdotool mousemove_relative 0 256
|
||||
|
||||
|
||||
super + shift + F7
|
||||
xdotool mousemove_relative -- -2 0
|
||||
|
||||
super + shift + F9
|
||||
xdotool mousemove_relative 2 0
|
||||
|
||||
super + shift + F3
|
||||
xdotool mousemove_relative 0 -2
|
||||
|
||||
super + shift + F8
|
||||
xdotool mousemove_relative 0 2
|
||||
|
||||
|
||||
super + control + shift + F7
|
||||
xdotool mousemove_relative -- -64 0
|
||||
|
||||
super + control + shift + F9
|
||||
xdotool mousemove_relative 64 0
|
||||
|
||||
super + control + shift + F3
|
||||
xdotool mousemove_relative 0 -64
|
||||
|
||||
super + control + shift + F8
|
||||
xdotool mousemove_relative 0 64
|
||||
|
||||
|
||||
# F13 = left click
|
||||
XF86Tools
|
||||
xdotool click 1
|
||||
|
|
|
@ -46,7 +46,11 @@
|
|||
"editor.glyphMargin": false,
|
||||
"editor.formatOnSave": true,
|
||||
"omnisharp.useModernNet": false,
|
||||
"workbench.colorTheme": "Visual Studio Dark",
|
||||
"editor.wordWrap": "on",
|
||||
"[python]": {
|
||||
"editor.defaultFormatter": "ms-python.black-formatter"
|
||||
},
|
||||
"editor.inlayHints.enabled": "off",
|
||||
"window.zoomLevel": 1,
|
||||
"editor.wordWrap": "on"
|
||||
"workbench.colorTheme": "One Candy"
|
||||
}
|
Loading…
Reference in a new issue