Polynomially reflexive space: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Scott MacDonald
 
en>Bdmy
→‎Examples: There is no symmetric Tsirelson space in Farmer's paper!
Line 1: Line 1:
There is nothing to tell about me I think.<br>Yes! Im a member of wmflabs.org.<br>I just wish I am useful in some way here.<br><br>Look into my page ... [http://www.artdocgroup.net/?p=125 Bookbyte Sell Coupon]
'''Mouse keys''' is a feature of some [[graphical user interface]]s that uses the keyboard (especially [[numeric keypad]])
as a [[pointing device]] (usually replacing a [[Computer mouse|mouse]]). Its roots lie in the earliest days of [[visual editor]]s when line and column navigation was controlled with [[arrow keys]] (e.g., [[HJKL keys|hjkl]], [[ESDX|ctl-esdx]]).
Today, mouse keys usually refers to the [[numeric keypad]] layout standardized with the introduction of the [[X Window System]] in 1984.<ref>[http://www.xfree86.org/current/XKBproto.pdf The X Keyboard Extension: Protocol Specification]</ref><ref>[http://www.xfree86.org/current/XKBlib.pdf The X Keyboard Extension: Library Specification]</ref>
 
==Layout==
[[Image:X window system MouseKeys default numpad layout.svg|thumb|left|X window system MouseKeys default numpad layout]]
 
{| class="wikitable"
|-
! key
! action
|-
! Num Lock
| With Alt-Shift
Enable/Disable MouseKeys
|-
! 8
| cursor up
|-
! 2
| cursor down
|-
! 6
| cursor right
|-
! 4
| cursor left
|-
! 7
| cursor up and left
|-
! 9
| cursor up and right
|-
! 3
| cursor down and right
|-
! 1
| cursor down and left
|-
! /
| [[X Window System core protocol#Mappings|select primary button]]
|-
! *
| [[X Window System core protocol#Mappings|select modifier button]]
|-
! -
| [[X Window System core protocol#Mappings|select alternate button]]
|-
! 5
| [[Point-and-click|click selected button]]
|-
! +
| [[Double-click|double click selected button]]
|-
! 0
| [[Drag-and-drop|depress selected button]]
|-
! .
| [[Drag-and-drop|release selected button]]
|-
! Enter
| [[Enter key|Enter Key]]
|}
 
==History==
Historically, MouseKeys supported GUI programs when many [[Computer terminal#Graphical terminals|terminal]]s had no dedicated [[pointing device]]. As pointing devices became ubiquitous, the use of mouse keys narrowed to situations where a pointing device was missing, unusable, or inconvenient. Such situations may arise from the following:
*precision requirements (e.g., [[technical drawing]])
*[[accessibility|disabled user]] or ergonomics issues
*environmental limits (e.g., vibration in car or plane)
*broken equipment
 
==MouseKeysAccel==
[[Image:X Protocol MouseKeysAccel Control Trajectory.svg|thumb|left|X window system MouseKeysAccel trajectory]]
 
{| class="wikitable"
|-
! parameter
! meaning
|-
! mk_delay
| milliseconds between the initial key press and first repeated motion event
|-
! mk_interval
| milliseconds between repeated motion events
|-
! mk_max_speed
| steady speed (in action_delta units) applied each event
|-
! mk_time_to_max
| number of events (count) accelerating to steady speed
|-
! mk_curve
| ramp used to reach maximum pointer speed
|}
 
The [[X Window System]] MouseKeysAccel control applies action (usually cursor movement) repeatedly while a direction key
{1,2,3,4,6,7,8,9} remains depressed.<ref>The X Keyboard Extension: Library Specification, Library Version 1.0/Document Revision 1.1, X Consortium Standard, X Version 11 / Release 6.4, Keyboard Controls, 10.5.2, [http://cvsweb.xfree86.org/cvsweb/xc/doc/specs/XKB/XKBlib/allchaps.ps?rev=1.1&content-type=text/vnd.viewcvs-markup The MouseKeysAccel Control]</ref> When the key is depressed, an ''action_delta'' is immediately applied.  If the key remains depressed, longer than ''mk_delay'' milliseconds, some action is applied every ''mk_interval'' milliseconds until the key is released. If the key remains depressed, after more than ''mk_time_to_max'' actions have been applied, ''action_delta'' magnified ''mk_max_speed'' times, is applied every ''mk_interval'' milliseconds.
 
The first ''mk_time_to_max'' actions increase smoothly according to an exponential.
 
<math>
\mathrm{action\_delta} \times \mathrm{mk\_max\_speed} \times \left(
\frac{ i } { \mathrm{mk\_time\_to\_max} } \right)
^{\frac{ 1000 + \mathrm{mk\_curve} } { 1000 }}
</math>
 
{| class="wikitable"
|-
! mk_curve
! result
|-
! -1000
| uniform speed, linearly increasing action
|-
! 0
| uniform acceleration, linearly increasing speed
|-
! 1000
| uniform jerk, linearly increasing acceleration
|}
 
These five parameters are configurable.<ref>[http://library.gnome.org/users/gnome-access-guide/stable/dtconfig-mousekeys.html.en GNOME Documentation Library, Configuring a Keyboard-Based Mouse]</ref>
 
==Enabling==
Under the [[X Window System]]s [[X.Org Server|Xorg]] and [[XFree86]] used on [[Unix-like]] systems such as [[Linux]], [[BSD]], and [[AIX]], MouseKeys (and MouseKeysAccel) is nominally (de)activated by Alt+Shift+Num Lock.<ref>The X Keyboard Extension: Library Specification, Library Version 1.0/Document Revision 1.1, X Consortium Standard, X Version 11 / Release 6.4, Keyboard Controls, 10.5.1, [http://cvsweb.xfree86.org/cvsweb/xc/doc/specs/XKB/XKBlib/allchaps.ps?rev=1.1&content-type=text/vnd.viewcvs-markup The MouseKeys Control]</ref> MouseKeys without acceleration (also known as plot mode) is sometimes available with Shift+NumLock. This is independent of the [[Window Manager]] in use and may be overridden by a [[configuration file]]. There are also various utilities to allow more precise control via user-configurable key bindings, such as [http://beesbuzz.biz/code/xmousekeys.php xmousekeys] and [http://www.semicomplete.com/projects/xdotool/ xdotool].
 
MouseKeys for [[Apple Inc]]'s [[Mac OS X]] is enabled and configured via the [[Accessibility]]<ref>[http://www.apple.com/accessibility/macosx/physical.html Apple.com, Mac OS X, Accessibility]</ref> ([apple] => System Preferences => Accessibility => Mouse & Trackpad).
 
[[Microsoft]] changed the method of enabling between [[Windows 2000]],<ref>Microsoft.com, Accessibility Tutorials, Windows 2000, [http://www.microsoft.com/enable/training/windows2000/default.aspx Turning MouseKeys On and Off]</ref> [[Windows XP]] (added diagonal cursor movement and MouseKeysAccel),<ref>Microsoft.com, Accessibility Tutorials, Windows XP, [http://www.microsoft.com/enable/training/windowsxp/mousekeys.aspx MouseKeys: Control the Mouse Pointer Using the Numeric Keypad]</ref> and [[Windows Vista]].<ref>Microsoft.com, Accessibility Tutorials, Windows Vista, [http://www.microsoft.com/enable/training/windowsvista/mousekeys.aspx Control the mouse pointer with the keyboard (Mouse Keys)]</ref>
 
== See also ==
* [[FilterKeys]] feature
* [[StickyKeys]] feature
* [[Togglekeys]] feature
* [[On-screen keyboard]]
 
==References==
{{Reflist}}
 
{{DEFAULTSORT:Mouse Keys}}
[[Category:Computer accessibility]]
[[Category:Computing input devices]]
[[Category:User interface techniques]]
[[Category:Ergonomics]]

Revision as of 20:00, 27 April 2013

Mouse keys is a feature of some graphical user interfaces that uses the keyboard (especially numeric keypad) as a pointing device (usually replacing a mouse). Its roots lie in the earliest days of visual editors when line and column navigation was controlled with arrow keys (e.g., hjkl, ctl-esdx). Today, mouse keys usually refers to the numeric keypad layout standardized with the introduction of the X Window System in 1984.[1][2]

Layout

X window system MouseKeys default numpad layout
key action
Num Lock With Alt-Shift

Enable/Disable MouseKeys

8 cursor up
2 cursor down
6 cursor right
4 cursor left
7 cursor up and left
9 cursor up and right
3 cursor down and right
1 cursor down and left
/ select primary button
* select modifier button
- select alternate button
5 click selected button
+ double click selected button
0 depress selected button
. release selected button
Enter Enter Key

History

Historically, MouseKeys supported GUI programs when many terminals had no dedicated pointing device. As pointing devices became ubiquitous, the use of mouse keys narrowed to situations where a pointing device was missing, unusable, or inconvenient. Such situations may arise from the following:

  • precision requirements (e.g., technical drawing)
  • disabled user or ergonomics issues
  • environmental limits (e.g., vibration in car or plane)
  • broken equipment

MouseKeysAccel

X window system MouseKeysAccel trajectory
parameter meaning
mk_delay milliseconds between the initial key press and first repeated motion event
mk_interval milliseconds between repeated motion events
mk_max_speed steady speed (in action_delta units) applied each event
mk_time_to_max number of events (count) accelerating to steady speed
mk_curve ramp used to reach maximum pointer speed

The X Window System MouseKeysAccel control applies action (usually cursor movement) repeatedly while a direction key {1,2,3,4,6,7,8,9} remains depressed.[3] When the key is depressed, an action_delta is immediately applied. If the key remains depressed, longer than mk_delay milliseconds, some action is applied every mk_interval milliseconds until the key is released. If the key remains depressed, after more than mk_time_to_max actions have been applied, action_delta magnified mk_max_speed times, is applied every mk_interval milliseconds.

The first mk_time_to_max actions increase smoothly according to an exponential.

mk_curve result
-1000 uniform speed, linearly increasing action
0 uniform acceleration, linearly increasing speed
1000 uniform jerk, linearly increasing acceleration

These five parameters are configurable.[4]

Enabling

Under the X Window Systems Xorg and XFree86 used on Unix-like systems such as Linux, BSD, and AIX, MouseKeys (and MouseKeysAccel) is nominally (de)activated by Alt+Shift+Num Lock.[5] MouseKeys without acceleration (also known as plot mode) is sometimes available with Shift+NumLock. This is independent of the Window Manager in use and may be overridden by a configuration file. There are also various utilities to allow more precise control via user-configurable key bindings, such as xmousekeys and xdotool.

MouseKeys for Apple Inc's Mac OS X is enabled and configured via the Accessibility[6] ([apple] => System Preferences => Accessibility => Mouse & Trackpad).

Microsoft changed the method of enabling between Windows 2000,[7] Windows XP (added diagonal cursor movement and MouseKeysAccel),[8] and Windows Vista.[9]

See also

References

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.

  1. The X Keyboard Extension: Protocol Specification
  2. The X Keyboard Extension: Library Specification
  3. The X Keyboard Extension: Library Specification, Library Version 1.0/Document Revision 1.1, X Consortium Standard, X Version 11 / Release 6.4, Keyboard Controls, 10.5.2, The MouseKeysAccel Control
  4. GNOME Documentation Library, Configuring a Keyboard-Based Mouse
  5. The X Keyboard Extension: Library Specification, Library Version 1.0/Document Revision 1.1, X Consortium Standard, X Version 11 / Release 6.4, Keyboard Controls, 10.5.1, The MouseKeys Control
  6. Apple.com, Mac OS X, Accessibility
  7. Microsoft.com, Accessibility Tutorials, Windows 2000, Turning MouseKeys On and Off
  8. Microsoft.com, Accessibility Tutorials, Windows XP, MouseKeys: Control the Mouse Pointer Using the Numeric Keypad
  9. Microsoft.com, Accessibility Tutorials, Windows Vista, Control the mouse pointer with the keyboard (Mouse Keys)