French keyboard is 'azerty' not 'awert'
svn-id: r25693
This commit is contained in:
parent
5b214090f7
commit
619d8e87f1
1 changed files with 1 additions and 1 deletions
|
@ -863,7 +863,7 @@ void ScummEngine_v2::o2_verbOps() {
|
|||
|
||||
// FIXME: these keyboard map depends on the language of the game.
|
||||
// E.g. a german keyboard has 'z' and 'y' swapped, while a french
|
||||
// keyboard starts with "awert", etc.
|
||||
// keyboard starts with "azerty", etc.
|
||||
if (_game.platform == Common::kPlatformNES) {
|
||||
static const char keyboard[] = {
|
||||
'q','w','e','r',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue