mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-18 02:31:31 +00:00
8 lines
127 B
Text
8 lines
127 B
Text
|
alias "sensitivity" {
|
||
|
if #{$argn == 1} {
|
||
|
echo "\"$0\" is \"$in_mouse_amp\""
|
||
|
return
|
||
|
}
|
||
|
in_mouse_amp $1
|
||
|
}
|