DXT Vertical Ergonomic Mouse
/* ========================================================= NMPE - DXT Vertical Ergonomic Mouse ========================================================= */ .nmpe-pd { --nmpe-acce nt: #ADC4C2; --nmpe-dark: #0e3b3b; --nmpe-text: #243838; --nmpe-soft: #f5f8f8; --nmpe-border: rgba(14, 59, 59, 0.12); width: 100%; color: var(--nmpe-text); font-size: 1rem; line-height: 1.65; } .nmpe-pd *, .nmpe-pd *::before, .nmpe-pd *::after { box-sizing: border-box; } .nmpe-pd h2, .nmpe-pd h3, .nmpe-pd h4 { color: var(--nmpe-dark); letter-spacing: -0.015em; } .nmpe-pd h2 { margin: 0 0 14px; font-size: clamp(1.45rem, 3vw, 1.9rem); line-height: 1.2; font-weight: 850; } .nmpe-pd h3 { margin: 0 0 8px; font-size: 1.2rem; line-height: 1.3; font-weight: 800; } .nmpe-pd h4 { margin: 0 0 6px; font-size: 1.04rem; line-height: 1.3; font-weight: 800; } .nmpe-pd p { margin: 0 0 14px; } .nmpe-pd strong { color: var(--nmpe-dark); font-weight: 800; } .nmpe-pd__intro { margin-bottom: 28px; } .nmpe-pd__eyebrow { display: inline-flex; align-items: center; padding: 7px 11px; margin-bottom: 12px; border-radius: 999px; background: rgba(173, 196, 194, 0.3); color: var(--nmpe-dark); font-size: 0.78rem; font-weight: 800; line-height: 1; text-transform: uppercase; letter-spacing: 0.055em; } .nmpe-pd__lead { margin: 0 0 14px; max-width: 900px; font-size: 1.06rem; line-height: 1.65; } .nmpe-pd__highlight { margin: 22px 0 28px; padding: 20px 22px; border-radius: 16px; background: var(--nmpe-accent); color: #000; } .nmpe-pd__highlight-title { margin: 0 0 6px; color: #000; font-size: 1.08rem; font-weight: 850; line-height: 1.3; } .nmpe-pd__highlight p, .nmpe-pd__highlight strong { color: #000; } .nmpe-pd__highlight p { margin: 0; } .nmpe-pd__section { padding: 28px 0; border-top: 1px solid var(--nmpe-border); } .nmpe-pd__benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 18px; } .nmpe-pd__benefit { padding: 18px; border: 1px solid var(--nmpe-border); border-radius: 14px; background: var(--nmpe-soft); } .nmpe-pd__benefit-icon { display: flex; align-items: center; justify-content: center; min-width: 38px; width: max-content; height: 34px; padding: 0 9px; margin-bottom: 12px; border-radius: 10px; background: var(--nmpe-accent); color: #000; font-size: 0.84rem; font-weight: 900; } .nmpe-pd__benefit p { margin: 0; font-size: 0.95rem; line-height: 1.55; } .nmpe-pd__support-box { padding: 22px; border-radius: 16px; background: var(--nmpe-soft); border: 1px solid var(--nmpe-border); } .nmpe-pd__support-box p:last-child { margin-bottom: 0; } .nmpe-pd__use-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 18px; } .nmpe-pd__use { padding: 15px 10px; border-radius: 12px; background: rgba(173, 196, 194, 0.22); border: 1px solid rgba(14, 59, 59, 0.08); color: var(--nmpe-dark); font-size: 0.9rem; font-weight: 750; line-height: 1.35; text-align: center; } .nmpe-pd__tip { display: flex; align-items: flex-start; gap: 12px; margin-top: 18px; padding: 15px 16px; border-left: 4px solid var(--nmpe-accent); border-radius: 0 12px 12px 0; background: var(--nmpe-soft); } .nmpe-pd__tip-icon { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: var(--nmpe-accent); color: #000; font-size: 0.8rem; font-weight: 900; } .nmpe-pd__tip p { margin: 1px 0 0; } .nmpe-pd__specs { margin-top: 18px; border: 1px solid var(--nmpe-border); border-radius: 14px; overflow: hidden; background: #fff; } .nmpe-pd__spec { display: grid; grid-template-columns: 205px 1fr; gap: 18px; padding: 13px 16px; border-bottom: 1px solid var(--nmpe-border); } .nmpe-pd__spec:last-child { border-bottom: 0; } .nmpe-pd__spec:nth-child(even) { background: rgba(173, 196, 194, 0.08); } .nmpe-pd__spec-label { color: var(--nmpe-dark); font-weight: 800; } .nmpe-pd__warranty { display: flex; align-items: flex-start; gap: 16px; padding: 20px; border-radius: 16px; background: var(--nmpe-accent); color: #000; } .nmpe-pd__warranty-icon { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, 0.35); color: #000; font-size: 1.1rem; font-weight: 900; } .nmpe-pd__warranty h3, .nmpe-pd__warranty p, .nmpe-pd__warranty strong { color: #000; } .nmpe-pd__warranty p { margin: 0; } .nmpe-pd__final { margin-top: 28px; padding: 24px; border-radius: 18px; background: var(--nmpe-dark); color: #fff; } .nmpe-pd__final h2, .nmpe-pd__final p { color: #fff; } .nmpe-pd__final p { margin: 0; opacity: 0.95; } @media (max-width: 749px) { .nmpe-pd { font-size: 0.97rem; } .nmpe-pd h2 { font-size: 1.4rem; } .nmpe-pd__lead { font-size: 1rem; } .nmpe-pd__highlight { padding: 18px 16px; } .nmpe-pd__section { padding: 24px 0; } .nmpe-pd__benefit-grid { grid-template-columns: 1fr; } .nmpe-pd__use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .nmpe-pd__spec { grid-template-columns: 1fr; gap: 3px; padding: 13px 14px; } .nmpe-pd__warranty { padding: 18px 16px; } .nmpe-pd__final { padding: 20px 18px; } } Ambidextrous vertical precision mouse A Compact Vertical Mouse You Can Use with Either Hand The DXT Vertical Ergonomic Mouse combines an upright hand position with an unusually compact, pen-like design that is controlled primarily between the fingers and thumb. Unlike many ergonomic mice that fill the palm, the DXT is intentionally small. This allows the thumb and fingers to work closely together for precise cursor movement while keeping the overall mouse footprint exceptionally compact. Its symmetrical shape also means the same mouse can be used with either hand, with a simple button allowing you to switch between left- and right-handed operation. Vertical comfort meets fingertip precision in one genuinely ambidextrous mouse. Use it with your right hand, use it with your left, or alternate between both throughout the day without needing two different mice. Small Mouse. Very Different Way of Working. L / R Truly Ambidextrous The symmetrical vertical shape works with either hand, with one-button switching between left- and right-handed operation. PRECISION Finger-and-Thumb Control The compact precision grip lets the thumb and fingers work closely together for small, controlled cursor movements. 81MM Tiny Desk Footprint At only about 56 × 45 × 81mm, the DXT takes up very little desk space and is easy to carry between work locations. 4 DPI Four Cursor Speeds Select between 500, 1000, 1500 and 2000 DPI to match cursor speed to the task and your preferred control style. Why Does the DXT Look More Like a Pen Than a Normal Mouse? The DXT is built around what is known as a precision grip. Rather than resting the entire palm over a large mouse shell, the fingers and thumb control the compact body from opposing sides, similar to the way the hand handles smaller precision objects. This allows cursor movements to come from coordinated finger, hand and arm movement rather than requiring the entire mouse body to be pushed around from the shoulder. An Upright Position Without a Large Vertical Mouse Body The DXT positions the hand vertically rather than requiring the palm to remain flat towards the desk. The narrow body then allows the fingers and thumb to settle naturally around either side of the mouse while keeping the wrist and forearm free to move. Its small footprint makes this a particularly distinctive option for users who like the concept of a vertical mouse but prefer fingertip control over a large hand-filling design. Switch Hands with the Push of a Button The DXT is designed from the outset for both left- and right-handed use. A dedicated control switches the button orientation so the same physical mouse can move from one hand to the other. This makes it especially useful for anyone who deliberately alternates mouse hands, shares a workstation, or wants one mouse that is not tied to a specific dominant hand. Right Hand Left Hand Alternate Hands Shared Workstations Light-Click Buttons and a Grip Designed Around Control The primary buttons are designed with a light click force, reducing the amount of finger pressure required for normal clicking. The mouse can also be lifted using the lip positioned above the thumb, allowing it to be repositioned without needing to tightly pinch the complete mouse body. Choose from Four Pointer Speeds The DXT gives you four selectable optical sensitivity levels so you can change how far the pointer travels for a given mouse movement. 500 DPI 1000 DPI 1500 DPI 2000 DPI Lower settings allow slower, finer cursor movement, while the higher settings move more quickly across larger screens or multi-monitor workstations. Simple Controls Without Complicated Software The DXT keeps everyday mouse control intentionally straightforward. Left Click Right Click Scroll Wheel Plug & Play No specialised software is required for normal use. Connect the mouse and start working. Choose Wired or Wireless WIRED Wired USB The wired version connects directly by USB and includes an approximately 1.97m cable for a simple permanent workstation setup. WIRELESS Wireless USB Receiver The wireless version uses a compact USB receiver with a working range of up to approximately 10 metres. Rechargeable Wireless Option The wireless DXT uses an internal rechargeable battery rather than disposable batteries. A full charge takes approximately 90 minutes and can provide up to around two weeks of normal use, depending on usage conditions. The rapid-charge system can also provide useful operating time after only a short connection to USB. Compact Enough for Small Desks and Mobile Work The DXT measures approximately 56mm × 45mm × 81mm and weighs only around 84–85g, depending on configuration. That makes it easy to carry in a work bag and well suited to desks where space around the keyboard is limited. Office Desk Hot Desking Travel Compact Workstations Compact by Design The DXT does not rely on the palm resting across a large mouse shell. Instead, the compact body is controlled by the fingertips and thumb. This is why such a small mouse can accommodate a broad range of users: the fingers curl naturally around the device rather than needing to match the length of a conventional palm-supported mouse. i The DXT is intentionally small. If you prefer a mouse that fills and supports the entire palm, this precision-grip style will feel quite different. Allow some time to become familiar with fingertip-led control. Particularly Useful When Hand Flexibility Matters Ambidextrous Users Precision Mouse Work Compact Desk Setups Alternating Hands Product Details Product DXT Vertical Ergonomic Mouse Mouse Style Compact vertical precision-grip mouse Hand Orientation Ambidextrous; selectable left- or right-handed operation Dimensions Approximately 56 × 45 × 81mm Weight Approximately 84–85g Controls 2 primary buttons and clickable scroll wheel DPI 500 / 1000 / 1500 / 2000 Wired Connection USB cable, approximately 1.97m Wireless Connection USB receiver with range up to approximately 10m Wireless Power Internal rechargeable battery Wireless Charge Time Approximately 90 minutes for a full charge Typical Wireless Runtime Up to approximately 2 weeks of normal use Installation Plug and play; no specialist driver required for normal use Compatibility Compatible with major Windows, macOS and Linux USB operating systems Best For Left- or right-handed users wanting a compact vertical mouse with fingertip precision and the ability to alternate between hands ✓ 1-Year Warranty The DXT Vertical Ergonomic Mouse is covered by a one-year warranty through No More Pain Ergonomics. If a covered fault develops during the warranty period, we'll work with you to arrange repair or replacement in accordance with our warranty terms. Vertical, Ambidextrous and Built for Precision With its compact pen-like shape, fingertip precision grip, one-button left/right switching, light-click controls, four DPI settings and wired or rechargeable wireless options, the DXT Vertical Ergonomic Mouse gives you a remarkably flexible way to control the cursor while keeping the mouse small, light and easy to move.
More you might like
Related
Kinesis DXT Mouse 3 | Ambidextrous Vertical Ergonomic Mouse
Related
KINESIS DXT Mouse 3 Ergonomic Vertical Mouse (USB Wired)
Related
KINESIS DXT Mouse 3 Ergonomic Vertical Mouse (RF Wireless)
Related