> For the complete documentation index, see [llms.txt](https://catatan.raniaamina.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://catatan.raniaamina.id/yes-solved/libreoffice/untitled.md).

# Backspace di Calc

Kasus terjadi di LibreOffice 6.2, tombol Backspace tidak berfungsi. Untuk menghapus sebuah data harus menggunakan kombinasi `shift+backspace`

#### Temuan:

Kasus hanya terjadi di LibreOffice 6.2 yang terpasang di lingkungan desktop KDE Plasma

#### Solusi:

Jalankan LibreOffice dengan mode GTK

`export SAL_USE_VCLPLUGIN=gtk3; libreoffice6.2 --calc`

atau

`export SAL_USE_VCLPLUGIN=gtk3; libreoffice --calc`

Silakan tambahkan ke baris exec di berkas \*.desktop bila langkah di atas berhasil.
