Open dyavc opened 6 months ago
alt+enter seems to insert a 0xf828 unicode character. I tried setting alt+enter in RIDE preferences as an alternate for ED, but that just inserts the f828 into the dialog.
FYI, other special keys in the apl keyboard layout file.
key
key <DOWN> { [ Uf81f ] }; // FD
key <LEFT> { [ Uf825, Uf84f ] }; // PV, BH
key <RGHT> { [ Uf824, Uf854 ] }; // NX, RM
key <UP> { [ Uf820 ] }; // BK
key <DELE> { [ Uf81b, Uf812 ] }; // DK, CT
key <END> { [ Uf80b, Uf80f ] }; // RS, RL
key <HOME> { [ Uf80c, Uf810 ] }; // LS, LL
key <INS> { [ Uf81d, Uf813 ] }; // CP, PT
key <PGDN> { [ Uf80a, Uf80e ] }; // DS, DL
key <PGUP> { [ Uf809, Uf80d ] }; // US, UL
key <KPAD> { [ Uf859 ] }; // TL
key <KPDV> { [ Uf819 ] }; // RD
key <KPMU> { [ Uf81a ] }; // TG
key <KPSU> { [ Uf831 ] }; // LN
Describe the issue you are having
RIDE shows a red square if you use the APL Symbols (Dyalog APL) layout
Did you connect to an already running interpreter or start the interpreter from RIDE?
Start the interpreter from RIDE.
How do you reproduce the issue?
First, configure Ubuntu 22.04 or the linux of your choice to use the APL Symbols keyboard layout in /usr/share/X11/xkb/symbols/apl 1) sudo apt install gnome-tweaks
2) Start gnome-tweaks a) Under Keyboard & Mouse Turn on "Show Extended Input Sources"
b) Press the Additional Layout options
3) In Ubuntu settings Keyboard Under Input Sources Press the + button Press the English US button if that is your native language Choose APL Symbols (Dyalog APL)
4) Log out and log in again.
start ride and start Dyalog 19.0. left alt + enter gives the red square
in a TTY dyalog, it opens the editor
Paste the contents of Help → About (Shift+F1)