Keychron Cherry Profile Dolch Red PBT Full Keycap Set - Keychron | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Keychron

Keychron Cherry Profile Dolch Red PBT Full Keycap Set

SKU: PBT-65
R 649.00
In Stock

Upgrade your keyboard with the Keychron Cherry Profile Dolch Red PBT Full Keycap Set. Durable, stylish, and compatible with most MX switches, offering 143 keys in a vibrant colourway.

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

Elevate your typing experience with the Keychron Cherry Profile Dolch Red Keycap Set, a full 143-key collection designed to enhance aesthetics and performance. Crafted from durable double-shot PBT plastic, this set ensures long-lasting legends and a textured, matte surface that resists shine over time. Designed in the popular Cherry profile, these keycaps offer a comfortable and responsive typing feel that appeals to mechanical keyboard enthusiasts, productivity professionals, and everyday users alike.

The Keychron Cherry Profile Dolch Red keycaps are fully compatible with most MX-style switches, making them ideal for custom mechanical keyboards or as an upgrade to existing Keychron models. With a rich assortment of colourways, the Dolche Red set brings a personal, stylish touch to your keyboard setup.

Whether you're a gamer seeking tactile consistency or a creative professional prioritising long-term durability, the Keychron Cherry Profile Dolch Red keycaps offer the perfect balance of visual appeal and everyday functionality. The full set also includes additional modifiers for Mac and Windows layouts, ensuring seamless adaptability across platforms.

Designed to inspire personal expression and elevate keyboard performance, this premium set delivers an exceptional blend of form and function for discerning users.

FEATURES:

  • Cherry Profile Design delivers a sculpted, ergonomic typing experience with optimised key height and curvature
  • Double-Shot PBT Construction: Durable legends that never fade, with a premium textured surface that resists shine
  • Universal MX Switch Compatibility: Designed to fit all mechanical keyboards using MX-style switches
  • Full 143-Key Layout Support: Includes a wide range of keycaps for ANSI layouts, ensuring full customisation for compact to full-size keyboards
  • Mac & Windows Modifiers Included: Offers dedicated keycaps for both Mac and Windows layouts for seamless cross-platform usage
  • Enhanced Typing Acoustics:  Thickened 1.5mm PBT keycap delivers a deeper, more satisfying sound profile while typing
  • Non-Backlit Legends: Crisp, high-contrast legends optimised for non-RGB or subtly lit keyboard setups

SPECIFICATIONS:

  • Keycap Material: Double-Shot PBT plastic
  • Profile: Cherry profile
  • Number of Keycaps: 143
  • Keycap Compatibility: ANSI layout
    Switch Compatibility: MX-style mechanical switches (incl. Gateron, Cherry, Kailh, etc.)
  • Layout Support: Mac and Windows systems
  • Printing Method: Double-shot moulding (non-backlit legends)
  • Surface Finish: Textured matte
  • Keycap Thickness: Approx. 1.4 mm
  • Stem Type: Cross-type (MX-compatible)
  • Net Weight: Approx. 380g
  • Colour Variant: Dolch Red

WHAT'S IN THE BOX:

  • Keychron Cherry Profile Dolch Red PBT Full Keycap Set x1
Brand Keychron
Colour Dolch Red
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 12 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

Keychron Coiled Aviator White Cable
Keychron

Keychron Coiled Aviator White Cable

R 349.00

Only 5 left - order soon!

Keychron Double Shot OSA PBT Keycap Full Keycap Set - Purple
Keychron

Keychron Double Shot OSA PBT Keycap Full Keycap Set - Purple

R 649.00

Out of Stock

Keychron CHERRY MX2A Black RGB Switch Set
Keychron

Keychron CHERRY MX2A Black RGB Switch Set

R 949.00

Out of Stock

Keychron CHERRY MX2A Red RGB Switch Set
Keychron

Keychron CHERRY MX2A Red RGB Switch Set

R 949.00

Only 2 left - order soon!

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!