Keyboard input is not working in Matlab GUIs on Ubuntu 18.04

조회 수: 49 (최근 30일)
Nils Waap
Nils Waap 2018년 9월 2일
편집: DGM 2023년 11월 5일
Hello Matlab Community, recently I installed Matlab2018a on my Ubuntu 18.04. After the installation was completed I tried to open Matlab GUIs but it did not work. I followed following instructions: ---
cd /usr/local/MATLAB/R2017b
cd cefclient/sys/os/glnxa64
mkdir exclude
mv libglib-2.0.so* exclude/
--- Afterwards I was able to open Matlab GUIs as e.g. Appdesigner, Simulink or the Log In window. Unfortunately its not possible to make keyboard inputs neither to 'Edit Fields' nor to the appdesigner code editor. Summarized: Keyboard inputs in any matlab gui are effectless. Does anybody know a solution? I look forward to your suggestions.
regards Nils
  댓글 수: 7
Aidan Cyber Concepts
Aidan Cyber Concepts 2021년 4월 22일
According to this page in the documentation, where they describe code generation in the App Designer, certain sections of the code editor are un-editable. You may change code for functions and properties that you define for your app but not for others.
Aidan Cyber Concepts
Aidan Cyber Concepts 2021년 4월 22일
To clarify, I was having this symptom with the Code View, but realized that it was an intended feature - I was aiming to directly edit code rather than use the UI to handle that.

댓글을 달려면 로그인하십시오.

답변 (3개)

Mika Mäki
Mika Mäki 2019년 4월 16일
편집: Mika Mäki 2019년 5월 8일
Confirmed with MATLAB R2019a on Kubuntu 18.04. A workaround is to activate the window by right-clicking its title bar.
Edit: Confirmed on Kubuntu 19.04 as well.
  댓글 수: 3
Matej Skrobot
Matej Skrobot 2021년 1월 6일
Hi, I also have the same problem on Ubuntu 16.04. I can activate buttons in App Designer using the WindowScrollWheel function, but WindowKeyPress or KeyPress do not work unless I right-click the title bar or reclick the App window in the taskbar.
Thomas Homm
Thomas Homm 2022년 5월 23일
Issue is still present with current versions

댓글을 달려면 로그인하십시오.


DGM
DGM 2023년 11월 5일
편집: DGM 2023년 11월 5일

Vijay
Vijay 2023년 11월 5일
이동: DGM 2023년 11월 5일
Go to settings -> Keyboard then enable switch input sources option.
  댓글 수: 1
DGM
DGM 2023년 11월 5일
Where?
If you're talking about MATLAB settings, there isn't any such option in any version I know of.
If you're talking about OS/DE dependent settings, then you haven't provided any information about that.
You do know that this is a known bug, right? It's not solved by changing the input device.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by