# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://catatan.raniaamina.id/yes-solved/libreoffice/untitled.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
