Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
0d8f76c6
Commit
0d8f76c6
authored
2 months ago
by
Deucе
Browse files
Options
Downloads
Patches
Plain Diff
Document ALT-XXX usage
parent
e1ffb4e4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/syncterm/Manual.txt
+32
-7
32 additions, 7 deletions
src/syncterm/Manual.txt
with
32 additions
and
7 deletions
src/syncterm/Manual.txt
+
32
−
7
View file @
0d8f76c6
...
...
@@ -215,6 +215,38 @@ If there is an entry matching the URI, hostname, or entry name, the
settings will be loaded from the BBS list, then modified per the
command-line arguments.
== Advanced Keyboard Controls
The conio library directly implements some advanced keyboard controls.
While these are not available in all output modes, they are available
everywhere and not just in the menus or in the connected state.
Keyboard Controls::
kbd:[Alt+→]:::
Snap the window size to the next smaller integer zoom level
kbd:[Alt+←]:::
Snap the window size to the next larger smaller integer zoom
level
In addition, you can directly enter characters either by their "codepage"
value or their unicode value. A "codepage" value is an 8-bit value that
indicates a character in the current codepage (such as the default CP437).
To enter a codepage value, ensure kbd:[NumLock] is on, and hold down an
kbd:[Alt] key, then enter the decimal value on the numeric keypad. Do
not enter leading zeros, as that would indicate a unicode value. Once
the value is entered, release the kbd:[Alt] key.
A unicode value is the Unicode codepoint number. Only unicode values that
map to the current codepage can be passed through, so the majority of
values can't be entered in a given mode.
To enter a unicode value, ensure kbd:[NumLock] is on, and hold down an
kbd:[Alt] key, press the kbd:[0] key on the numeric keypad, then enter
the decimal value on the numeric keypad. Once the value is entered,
release the kbd:[Alt] key.
== The User InterFaCe
...
...
@@ -319,13 +351,6 @@ Keyboard Controls::
Jumps to the next item that has that character
earliest in it's name.
kbd:[Alt+→]:::
Snap the window size to the next smaller integer zoom level
kbd:[Alt+←]:::
Snap the window size to the next larger smaller integer zoom
level
kbd:[Ctrl+F]:::
Find text in options
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment