rm references to fconf

This commit is contained in:
Olivier Gagnon
2021-11-26 18:05:14 -05:00
parent 1cecfa7108
commit fe3aa5a357
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ export function TerminalInput({ terminal, router, player }: IProps): React.React
}
}
// Extra Bash Emulation Hotkeys, must be enabled through .fconf
// Extra Bash Emulation Hotkeys, must be enabled through options
if (Settings.EnableBashHotkeys) {
if (event.keyCode === KEY.A && event.ctrlKey) {
event.preventDefault();