mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 18:21:34 +03:00
interface: update shortcut defaults
This commit is contained in:
parent
87b6be7d2b
commit
81f3d1ef95
@ -73,11 +73,11 @@ const useSettingsState = createState<SettingsState>('Settings', {
|
||||
joined: undefined
|
||||
},
|
||||
keyboard: {
|
||||
cycleForward: 'ctrl+n',
|
||||
cycleBack: 'ctrl+p',
|
||||
navForward: 'ctrl+f',
|
||||
navBack: 'ctrl+b',
|
||||
hideSidebar: 'ctrl+h'
|
||||
cycleForward: 'ctrl+\'',
|
||||
cycleBack: 'ctrl+;',
|
||||
navForward: 'ctrl+[',
|
||||
navBack: 'ctrl+[',
|
||||
hideSidebar: 'ctrl+\\'
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user