Char 28 ("CTRL \") was never sent by French keymap. Console handler closes the window...
commit6fea98735559d9ecff09d1ca5ab3ca5a7def5468
authorotigreat <otigreat@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 16 Oct 2014 16:16:55 +0000 (16 16:16 +0000)
committerotigreat <otigreat@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 16 Oct 2014 16:16:55 +0000 (16 16:16 +0000)
treeeba64a4e0c140886c59b97b4fc50e374237340dc
parent7f891f883b0bb57cf404403d9c5ad4bf3b7451b3
Char 28 ("CTRL \") was never sent by French keymap. Console handler closes the window on it.
With this keymap, the '\' can only be done with ALT and key 08 (which also maps to '_' when alone, and to '8' when shifted). So character 28 is actually "CTRL ALT _", and that's in order to keep "CTRL _" and "CTRL SHIFT _" available for other purposes, and not to close the Shell window unexpectedly.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49708 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/devs/keymaps/pc105_f.c