cppit / jucipp

A lightweight & cross-platform IDE supporting the most recent C++ standards. This project has moved to https://gitlab.com/cppit/jucipp.
https://gitlab.com/cppit/jucipp
MIT License
882 stars 98 forks source link

no shortcuts prompt in menu #375

Closed szymonk211 closed 6 years ago

szymonk211 commented 6 years ago

I know I can checkup on shortcuts in config.json, but it would be nice if I can see shortcuts in menu. I think this should be automatically handled by gtkmm library and from what I see it might be gtkmm bug in Application::set_accel_for_action method (or maybe I misunderstood something). When I added some shortcut to xml menu definition, shortcuts appeared in menu. But this is obviously no solution because we don't want to have shortcuts hard coded.

eidheim commented 6 years ago

What os are you on? It might differ depending on os/window protocol/window manager

szymonk211 commented 6 years ago

Ubuntu 16.04

eidheim commented 6 years ago

I’m pretty sure the shortcuts will show if you upgrade to Ubuntu 18.04:)

szymonk211 commented 6 years ago

Ok, thanks ;)

eidheim commented 6 years ago

I can confirm that the shortcuts are shown in Ubuntu 18.04