From 441e9627b5da1286478171e837519726ac33a8d5 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 22 Sep 2022 15:56:48 +0200 Subject: [PATCH] :bug: Fix Wrong shortcut button tip of Delete function --- CHANGES.md | 1 + frontend/src/app/main/data/shortcuts.cljs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index fff4250c81..1ac9d5ae5c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,7 @@ - Fix gradient colors don't arrive in recent colors palette (https://tree.taiga.io/project/penpot/issue/4155) - Fix selected colors allow gradients in shadows [Taiga #4156](https://tree.taiga.io/project/penpot/issue/4156) - Fix import files with unexpected format or invalid content [Taiga #4136](https://tree.taiga.io/project/penpot/issue/4136) +- Fix wrong shortcut button tip of "Delete" function [Taiga #4162](https://tree.taiga.io/project/penpot/issue/4162) ## 1.15.3-beta diff --git a/frontend/src/app/main/data/shortcuts.cljs b/frontend/src/app/main/data/shortcuts.cljs index 0494f9913c..a30bba8982 100644 --- a/frontend/src/app/main/data/shortcuts.cljs +++ b/frontend/src/app/main/data/shortcuts.cljs @@ -93,7 +93,7 @@ [] (if (cf/check-platform? :macos) mac-delete - "Supr")) + "Del")) (defn esc []