Skip to content

Commit

Permalink
[client] fix typo
Browse files Browse the repository at this point in the history
Fixes #1122 - Thanks @MadelineRitchie
  • Loading branch information
gnif committed Jun 7, 2024
1 parent 7305ce3 commit d060e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/keybind.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void keybind_spiceRegister(void)
app_registerKeybind(KEY_INSERT, 0, bind_mouseSens, (void *) true ,
"Increase mouse sensitivity in capture mode");
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 ,
"Send volume up to the guest");
Expand Down

0 comments on commit d060e37

Please sign in to comment.