This commit is contained in:
Kartik K. Agaram 2022-05-25 21:04:27 -07:00
parent bce43b56b0
commit dd635546e3

View File

@ -13,7 +13,6 @@ function App.combine_modifiers(key)
local down = love.keyboard.isDown
if down('lctrl') or down('rctrl') then
result = result..'C-'
print(result)
end
if down('lalt') or down('ralt') then
result = result..'M-'