⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 example.menu

📁 Mrxvt是一个小巧
💻 MENU
字号:
This example illustrates how several menus could be combined togethercommand = "[read:example]"	read the file starting at "[menu]" or "[menu:???]"	and continue until it "[done]"command = "[read:example;pico]" or "[read:example;shell]"	read the file starting at "[menu:pico]" or "[menu:shell]",	respectively and continue until "[done:pico]" or [done:shell]",	respectively.#-------------------------------------------------------------------------[menu:pico][clear][title:Pico (%n-%v)]# a menu for the pico editor# mostly a demonstration, I don't know why anyone would need it# Prior/Next & Home/End are messed up<l>^A<r>^E<u>^Y<d>^V/File/*{Insert File}{^R}{Save As}{^O}{-}{Suspend}{^Z}{Exit}{^X}/Edit/*{Find}{^W}{-}{Del Char}{^D}{Mark}{^^}{Kill Line}{^K}{Paste}{^U}/Basics/*{Forward}{^F}{Backward}{^B}{-}{Prev}{^P}{Next}{^N}{-}{Beg-of-Line}{^A}{End-of-Line}{^E}{-}{Prev Page}{^Y}{Next Page}{^V}/Buffer/*{Reformat}{^J}{Position}{^C}{Refresh}{^L}{Spell}{^T}[read:terminal]/?/*{Help}{^G}[show][done:pico]#-------------------------------------------------------------------------[menu:shell][clear][title:shell]# [pixmap:name]# not necessarily useful, but an example of using the rxvt menuBar# assuming we have ksh with Emacs bindings# <u>^P<d>^N<r>^F<l>^B# Toggle menubars<u>[:prev:]<d>[:next:]<r>r<l>l/Programs/*{Edit}		${EDITOR:-vi}\r{Mail}		Mail\r{News}		slrn\r{Rxvt-News}	rxvt -e slrn&{Commander}	mc\r/Shell/{finger} finger\r{.name}	invisible label!/[read:terminal][show][done:shell]#--------------------------------------------------------------------- eof

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -