mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-12 20:27:53 +00:00
parent
7305ce36af
commit
d060e375ea
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ void keybind_spiceRegister(void)
|
||||||
app_registerKeybind(KEY_INSERT, 0, bind_mouseSens, (void *) true ,
|
app_registerKeybind(KEY_INSERT, 0, bind_mouseSens, (void *) true ,
|
||||||
"Increase mouse sensitivity in capture mode");
|
"Increase mouse sensitivity in capture mode");
|
||||||
app_registerKeybind(KEY_DELETE, 0, bind_mouseSens, (void *) false,
|
app_registerKeybind(KEY_DELETE, 0, bind_mouseSens, (void *) false,
|
||||||
"Descrease mouse sensitivity in capture mode");
|
"Decrease mouse sensitivity in capture mode");
|
||||||
|
|
||||||
app_registerKeybind(KEY_UP , 0 , bind_toggleKey, (void *) PS2_VOLUME_UP ,
|
app_registerKeybind(KEY_UP , 0 , bind_toggleKey, (void *) PS2_VOLUME_UP ,
|
||||||
"Send volume up to the guest");
|
"Send volume up to the guest");
|
||||||
|
|
Loading…
Reference in a new issue