Contribute
Register

Defender Oscar SM-660L Keyboard with Symbol Backlight

Status
Not open for further replies.
Joined
Dec 23, 2011
Messages
170
Motherboard
HP ProBook 430 G6
CPU
i5-8265U
Graphics
UHD 620, 1920x1080
Mac
  1. MacBook Pro
Mobile Phone
  1. iOS
I want to tell that I tried out this keyboard and I am completely satisfied with it.

defender-oscar-sm-660-l-6.jpg


I had to install KeyRemap4MacBook to support sound and music control buttons. Unfortunately there was no build-in configuration matching this particular keyboard, so I had to create my custom private.xml file:

Code:
<?xml version="1.0"?>
<root>
  <item>
    <name>Change F2/F3/F4 to Volume Control</name>
    <identifier>private.f234_to_volume</identifier>
    <autogen>--KeyToConsumer-- KeyCode::F2, ConsumerKeyCode::VOLUME_DOWN</autogen>
    <autogen>--KeyToConsumer-- KeyCode::F3, ConsumerKeyCode::VOLUME_UP</autogen>
    <autogen>--KeyToConsumer-- KeyCode::F4, ConsumerKeyCode::VOLUME_MUTE</autogen>
  </item>
  <item>
    <name>Change F5/F6/F7 to Music Control</name>
    <identifier>private.f567_to_music</identifier>
    <autogen>--KeyToConsumer-- KeyCode::F5, ConsumerKeyCode::MUSIC_PREV</autogen>
    <autogen>--KeyToConsumer-- KeyCode::F6, ConsumerKeyCode::MUSIC_NEXT</autogen>
    <autogen>--KeyToConsumer-- KeyCode::F7, ConsumerKeyCode::MUSIC_PLAY</autogen>
  </item>
</root>

Here is the link to manufacturer's page about this keyboard: http://eng.defender-global.com/products/keyboard/wired/oscar-sm-660l/
 
hello, antonio765
Does your Fn key work. How can I setup this one?
I installed Karabiner-EventViewer. Fn does not have code.
My keyboard Defender oscar sm-600 pro
I want to re-assign Alt -> Cmd(easy), Fn -> Alt(not so)

Thanks
 
Last edited:
hello, antonio765
Does your Fn key work. How can I setup this one?
I installed Karabiner-EventViewer. Fn does not have code.
My keyboard Defender oscar sm-600 pro
I want to re-assign Alt -> Cmd(easy), Fn -> Alt(not so)

Thanks

I'm sorry, but I don't use this keyboard any longer.
 
Status
Not open for further replies.
Back
Top