@b4n commented on this pull request.


In src/keybindings.c:

> @@ -782,6 +768,36 @@ static void load_kb(GeanyKeyGroup *group, GeanyKeyBinding *kb, gpointer user_dat
 }
 
 
+static void init_platform_kb(void)
+{
+#ifdef __APPLE__
+	gchar *configfile = g_build_filename(app->datadir, "keybindings_osx.conf", NULL);

I suggest something like 28ac94d (https://github.com/b4n/geany/tree/techee/osx_keybindings_followup).
To be tested if it properly detects OSX on an OSX system, but it should.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.