Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosprinz committed Apr 29, 2016
1 parent b910e7e commit 7720012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robotjs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ static KeyNames key_names[] =
{ "shift", K_SHIFT },
{ "space", K_SPACE },
{ "printscreen", K_PRINTSCREEN },
{ "insert", K_INSERT },
{ "insert", K_INSERT },

{ "audio_mute", K_AUDIO_VOLUME_MUTE },
{ "audio_vol_down", K_AUDIO_VOLUME_DOWN },
Expand Down

0 comments on commit 7720012

Please sign in to comment.