Simplify themes

This commit is contained in:
He4eT 2021-03-03 03:15:55 +05:00
commit 2ed3f9a3ad
3 changed files with 28 additions and 80 deletions

View file

@ -64,7 +64,7 @@ export default function ({ currentWindow, inputType, sendMessage }) {
const inputHandlers = {
char: {
placeholder: 'Press any key',
placeholder: 'Press any key here',
onKeyDown: charHandler
},
line: {