Cecco: I was going to open a new thread but then I realised that I could resurrect this one as my problem is different but related.
I am stuck because the shift key on my keyboard has no effect in game. Changing the layout has no use, I will get the number 7 when trying to get a dash / anyway. I am using Ubuntu 14.04 32 and my laptop keyboard has a QWERTY Italian layout. An external USB keyboard is no problem solver either.
Yes, I was astonished that people seriously advice to get a wrong keyboard layout ... strange way of thinking.
I just swapped the engine (which was adviced by gamers in that forum several times - but extremely short):
1) Download new AGS engine (here for Linux - other OSs are also available):
https://github.com/adventuregamestudio/ags/releases/latest # 3.5.0.30 16.02.2021 now
getting ags_3.5.0.30_linux.tar.gz # or later versions, of cause ;)
2) This file will use subdirectory 'data' as game path and base being GOG install path with script startgame.
So one can make 'game' being 'data' via 'mv game data; ln -s data game' in GOG install path
and then extract the tar archive there - maybe before moving existing files away and
linking to used names like:
mv game data # current AGS has game engine in data, not game
ln -s data game
cd game
mv Resonance.bin.x86 ORIG_Resonance.bin.x86_ORIG
mv Resonance.bin.x86_64 ORIG_Resonance.bin.x86_64_ORIG
mv lib ORIG_lib_ORIG
mv lib64 ORIG_lib64_ORIG
ln -s ags64 Resonance.bin.x86_64
ln -s ags32 Resonance.bin.x86
ln -s lib32 lib
cd ..
mv start.sh ORIG_start.sh_ORIG
ln -s startgame start.sh
tar xvfz <PATH_TO_DOWNLOADED_AGS_ENGINE>/ags_3.5.0.30_linux.tar.gz # current version file ...
which should do the job (instead of CLI you can use the mouse if so inclined :).
For a later refresh of the AGS engine only the last step
(tar-extraction in install dir) is necessary).
3) Enjoy the new engine - you can use the keyboard layout of the system as you want it and it should work
(tested for German - on file save; did not work with the original AGS but without problem
with the new engine.
It should also be better for current HW - one small negative thing is a 2s pause of sound
when using KDE volume control changes ... but in game changes of volume are working
without that gap.
And yes, I asked GOG about changing the engine ... so everybody will just use GOG installer and it works directly.
But it seems they leave everything to gamers or developers - don't get any answer on support ticket ...
Thus if having trouble with AGS engine one may look here (it is open source now - so a real OSE being maintained):
https://www.adventuregamestudio.co.uk/forums/ !
We are not alone ... even though this impression may be generated from time to time! ;)