mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +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…
Reference in a new issue