Post reply

Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the last letter in the word "SlickEdit":
How many LETTERS are in the following? "a1b2c3":
Which number is missing?  "12345689":

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Clark
« on: February 27, 2026, 09:16:40 PM »

Ctrl+Shift+Alt+T is a special reserved key sequence that can't be configured by the user. It might only be taken over on Linux. It's for stopping an infinite Slick-C loop. We weren't able to make this special key sequence the same on all platforms.
Posted by: TKasparek
« on: February 27, 2026, 08:35:16 PM »

Forgot to mention, v30 with hotfix 2.
Posted by: TKasparek
« on: February 27, 2026, 08:34:51 PM »

I generally use Ctrl-Alt-Shift-T assigned to activate-find-symbol. I switched to Ubuntu recently and imported my settings from Windows.

Code: [Select]
Stack trace written to file: /tmp/vsstack.tkasparek
 Break key pressed.  Macro halted
complete.ex 17508 ArgumentCompletionTerminate(0)  p_window_id: 12  p_object: OI_EDITOR  p_name:
complete.ex 18251 _lostfocus_ArgumentCompletionList()  p_window_id: 12  p_object: OI_EDITOR  p_name:
files.ex 18888 call_list(_lostfocus_)  p_window_id: 12  p_object: OI_EDITOR  p_name:
stdprocs.ex 13814 _on_lost_focus()  p_window_id: 12  p_object: OI_EDITOR  p_name:

When i unbind the key combo I get the following slick-C stack:
Code: [Select]
Stack trace written to file: /tmp/vsstack.tkasparek
 Break key pressed.  Macro halted
last.ex 4263 _tbslickc_stack_form.on_resize(1)  p_window_id: 484  p_object: OI_FORM  p_name: _tbslickc_stack_form  form_name: _tbslickc_stack_form
This is Ubuntu 24.04.4 LTS, I haven't found any key shortcuts in the system settings that would interact with it. And there isn't any issue with any other program with the same button press. Any ideas?