Skip to content

Commit 02c776c

Browse files
committed
emojichooser causes issue from popover
1 parent e0a8f25 commit 02c776c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Views/PopoverView.vala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public class Jorts.PopoverView : Gtk.Popover {
4545
add_binding_action(Gdk.Key.g, Gdk.ModifierType.CONTROL_MASK, StickyNoteWindow.ACTION_PREFIX + StickyNoteWindow.ACTION_SHOW_MENU, null);
4646
add_binding_action(Gdk.Key.o, Gdk.ModifierType.CONTROL_MASK, StickyNoteWindow.ACTION_PREFIX + StickyNoteWindow.ACTION_SHOW_MENU, null);
4747
add_binding_action(Gdk.Key.l, Gdk.ModifierType.CONTROL_MASK, StickyNoteWindow.ACTION_PREFIX + StickyNoteWindow.ACTION_FOCUS_TITLE, null);
48-
add_binding_action(Gdk.Key.period, Gdk.ModifierType.CONTROL_MASK, StickyNoteWindow.ACTION_PREFIX + StickyNoteWindow.ACTION_SHOW_EMOJI, null);
4948

5049
// Compiler whines about Gdk.Key.1 because name is a number so it doesnt see it.
5150
// So we use magic numbers

0 commit comments

Comments
 (0)