Skip to content

Commit

Permalink
consistent formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Apr 20, 2024
1 parent 2adabcc commit ff71287
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tgui/packages/tgui/interfaces/KeyBinds.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ const KEY_MODS = {
};

const KEY_CODE_TO_BYOND = {
DEL: 'Delete',
DOWN: 'South',
END: 'Southwest',
HOME: 'Northwest',
INSERT: 'Insert',
LEFT: 'West',
PAGEDOWN: 'Southeast',
PAGEUP: 'Northeast',
RIGHT: 'East',
'DEL': 'Delete',
'DOWN': 'South',
'END': 'Southwest',
'HOME': 'Northwest',
'INSERT': 'Insert',
'LEFT': 'West',
'PAGEDOWN': 'Southeast',
'PAGEUP': 'Northeast',
'RIGHT': 'East',
' ': 'Space',
UP: 'North',
'UP': 'North',
};

const getAllKeybinds = (glob_keybinds) => {
Expand Down

0 comments on commit ff71287

Please sign in to comment.