Merge remote-tracking branch 'harens/macos-bundle'

This commit is contained in:
Francesco Abbate
2021-08-19 11:32:36 +02:00
4 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ keymap.modkeys = {}
keymap.map = {}
keymap.reverse_map = {}
local macos = rawget(_G, "MACOS_RESOURCES")
local macos = rawget(_G, "MACOS")
-- Thanks to mathewmariani, taken from his lite-macos github repository.
local modkeys_os = require("core.modkeys-" .. (macos and "macos" or "generic"))