[Github-comments] [geany/geany-osx] Open dialog enter file path text (#14)

JanAxelsson notifications at xxxxx
Mon Oct 21 20:45:27 UTC 2019


I have a feeling, correct me if wrong, that the intention is that it should be standard Mac Command-Shift-G.  See `/Applications/Geany.app/Contents/Resources/share/themes/Mac/gtk-3.0/gtk-keys.css` 

In that file, the following section appears twice, but is not honored when Geany is executed :

```
@binding-set gtk-mac-file-chooser
{
  bind "<meta>v" { "location-popup-on-paste" () };
  unbind "<ctrl>v";

  bind "<meta><shift>G" { "location-popup" () };
  bind "<meta><shift>H" { "home-folder" () };
  bind "<meta>Up" { "up-folder" () };
}

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-osx/issues/14#issuecomment-544700194
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20191021/65094707/attachment.html>


More information about the Github-comments mailing list