Как отключить TAB

Ответить
admin
Администратор
Сообщения: 198
Зарегистрирован: 05 янв 2011, 04:19

Как отключить TAB

Сообщение admin »

Ok, I tried the proxmox '/usr/share/vncterm/VncViewer.jar' (tigervnc) to connect to a VNC server and the TAB key behaves correctly.
So the problem must be in 'pvemanagerlib.js'. I can suggest a workaround:
Edit file '/usr/share/pve-manager/ext4/pvemanagerlib.js'
at line 1834
for the applet parameter 'Show Controls' change the value from 'No' to 'Yes'
before:
Code:

{tag: 'param', name: 'Show Controls', value: 'No'}

after:
Code:

{tag: 'param', name: 'Show Controls', value: 'Yes'}

Now TAB works from Linux desktop. The side effect is to show the applet controls.
For me this is much more acceptable than having TAB not working from Linux desktop (using Windows only to connect to ProxMox console was not a valid option).

Last edited by caracolla; 05-02-2012 at 08:21 AM.
Ответить