From 078ce9427f2d278810a409c80f1d09fa5e3e765b Mon Sep 17 00:00:00 2001 From: eugen-auschew <59683467+eugen-auschew@users.noreply.github.com> Date: Wed, 30 Nov 2022 14:02:35 +0100 Subject: [PATCH] docs: changed packagename in docs.md for ApplePressAndHoldEnabled setting (#1341) Co-authored-by: eauw --- DOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS.md b/DOCS.md index 2debfbb..32e4d6f 100644 --- a/DOCS.md +++ b/DOCS.md @@ -193,7 +193,7 @@ inode/directory=codium.desktop;org.gnome.Nautilus.desktop; This is a common question for Visual Studio Code and the procedure is slightly different in VSCodium because the `defaults` path is different. ```bash -$ defaults write com.visualstudio.code.oss ApplePressAndHoldEnabled -bool false +$ defaults write com.vscodium ApplePressAndHoldEnabled -bool false ``` ## How do I open VSCodium from the terminal?