Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hmm... it's really odd that it's only on Linux that it doesn't work on.

Would you mind trying this patch and tell me what it returns?

At the top of `main.rb`:

module GTK
  class KeyboardKeys
    def self.utf_8_char raw_key
      puts "==== yay linux!"
      puts raw_key
      puts "======"
      return raw_key.chr
    end
  end
end

I'm super sorry. While typing the code, I just thought about checking the keyboard settings ( should have done that first ! ) and for whatever reason, it was set on an obsolete French variant. Setting it back to the regular setting solved the problem.

Thank you for your quick answer !

- jujule