Skip to content

Commit

Permalink
Add more konsole name variant to blacklist.
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Nov 9, 2024
1 parent 5e52ade commit 717034c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/im/keyboard/keyboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ FCITX_CONFIGURATION(
this,
"LongPressBlocklist",
_("Applications disabled for long press"),
{"konsole"}};
{"konsole", "org.kde.konsole"}};
ConditionalHidden<isApple(), SubConfigOption> longPress{
this, "LongPress", _("Long Press behavior"),
"fcitx://config/addon/keyboard/longpress"};);
Expand Down

0 comments on commit 717034c

Please sign in to comment.