mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
Sensitivity GIB alias.
This commit is contained in:
parent
727fb74cfc
commit
23246ba4fd
1 changed files with 7 additions and 0 deletions
7
doc/config/sensitivity.gib
Normal file
7
doc/config/sensitivity.gib
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
alias "sensitivity" {
|
||||||
|
if #{$argn == 1} {
|
||||||
|
echo "\"$0\" is \"$in_mouse_amp\""
|
||||||
|
return
|
||||||
|
}
|
||||||
|
in_mouse_amp $1
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue