Skip to content

Commit

Permalink
Add some more time to listen to subsequent key presses.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Aug 17, 2023
1 parent e6ea04a commit 5d91ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/KeyBinds.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export class ButtonKeybind extends Component {

let pressedKey = e.key.toUpperCase();

this.finishTimerStart(200);
this.finishTimerStart(600);

// Prevents repeating
if (keysDown[pressedKey] && e.type === 'keydown') {
Expand Down

0 comments on commit 5d91ee9

Please sign in to comment.