0

Is there are predefined keyboard shortcut for fast launch gnome-calculator?

When I try set custom (For example Ctrl+Alt+5) from settings they doesn't work for me:

enter image description here enter image description here

slava
  • 4,085

3 Answers3

3

The shortcut you are giving for Launch calculator is for gnome-calculator if you installed it via APT.

enter image description here

Below is the path of executable file of snap version of Calculator that is pre-installed with Ubuntu 18.04 which can be used to set shortcut as well.

/snap/bin/gnome-calculator

Output of lsblk -lf

NAME   FSTYPE   LABEL UUID                                 MOUNTPOINT
loop0  squashfs                                            /snap/core/6130
loop1  squashfs                                            /snap/gnome-3-26-1604/74
loop2  squashfs                                            /snap/gnome-system-monitor/57
loop3  squashfs                                            /snap/gtk-common-themes/818
loop4  squashfs                                            /snap/gnome-logs/45
loop5  squashfs                                            /snap/gnome-calculator/222
loop6  squashfs                                            /snap/gnome-characters/117
loop7  squashfs                                            /snap/gnome-system-monitor/54
loop8  squashfs                                            /snap/gtk-common-themes/319
loop9  squashfs                                            /snap/gnome-characters/139
loop10 squashfs                                            /snap/gnome-logs/40
loop11 squashfs                                            /snap/core/5328
loop12 squashfs                                            /snap/gnome-3-26-1604/70
loop13 squashfs                                            /snap/gnome-calculator/260

To use Ctrl+Alt+5 either install gnome-calculator from APT or create a custom shortcut for snap version of Calculator.

I have customized for both

enter image description here

enter image description here

Kulfy
  • 18,154
3

Most shorter way is reinstall default snap calculator to deb:

sudo snap remove gnome-calculator
sudo apt install gnome-calculator

Then manual shortcuts from Settings starts working.

slava
  • 4,085
1

Did you check your Shortcuts (Ctrl+Alt+5) is used for another Keyboard Shortcuts? Because when I set Shortcuts (Ctrl+Alt+5) for Gnome Calculator (on Ubuntu 18.10), it's run normally. keyboard shortcuts for gnome-calculator

Maybe you need to "Reset All..." and set Shortcuts again.

slava
  • 4,085