mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
vnc
This commit is contained in:
@@ -43,6 +43,9 @@ max-line-length = 160
|
||||
# List of builtins function names that should not be used, separated by a comma
|
||||
bad-functions =
|
||||
|
||||
# Good variable names which should always be accepted, separated by a comma
|
||||
good-names = _, __, x, y
|
||||
|
||||
# Regular expression matching correct method names
|
||||
method-rgx = [a-z_][a-z0-9_]{2,50}$
|
||||
|
||||
|
||||
@@ -20,10 +20,15 @@ IpmiServer.handle_raw_request
|
||||
|
||||
fake_rpi.RPi.GPIO
|
||||
|
||||
_KeyMapping.web_key
|
||||
_KeyMapping.web_name
|
||||
_KeyMapping.serial_code
|
||||
_KeyMapping.arduino_key
|
||||
_KeyMapping.arduino_name
|
||||
_KeyMapping.otg_code
|
||||
_KeyMapping.otg_is_modifier
|
||||
_KeyMapping.at1_code
|
||||
_KeyMapping.x11_codes
|
||||
|
||||
_SharedParams.width
|
||||
_SharedParams.height
|
||||
|
||||
_ScriptWriter.get_args
|
||||
|
||||
@@ -9,3 +9,5 @@ setproctitle
|
||||
pygments
|
||||
pyghmi
|
||||
python-pam
|
||||
Pillow
|
||||
python-xlib
|
||||
|
||||
@@ -23,3 +23,6 @@ kvmd:
|
||||
- "--process-name-prefix={process_name_prefix}"
|
||||
- "--notify-parent"
|
||||
- "--no-log-colors"
|
||||
|
||||
vnc:
|
||||
keymap: /usr/share/kvmd/keymaps/ru
|
||||
|
||||
@@ -31,3 +31,6 @@ kvmd:
|
||||
- "--process-name-prefix={process_name_prefix}"
|
||||
- "--notify-parent"
|
||||
- "--no-log-colors"
|
||||
|
||||
vnc:
|
||||
keymap: /usr/share/kvmd/keymaps/ru
|
||||
|
||||
Reference in New Issue
Block a user