NAME
JSON::Karabiner::Manipulator::Actions::To_if_alone - to_if_alone action class
SYNOPSIS
use JSON::Karabiner;
my $to_if_alone_action = $manip_obj->add_action('to_if_alone');
# Use methods to add data to the C<to_if_alone> action:
$to_if_action->add_key_code('h', 'i', 'x');
$to_action->add_l_modifiers('control', 'left_shift');
DESCRIPTION
See JSON::Karabiner::Manipulator::Actions::To for documentation of this class' methods.
See the official Karabiner documentation for more details on how this action works.
VERSION
version 0.018
AUTHOR
Steve Dondley <s@dondley.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2020 by Steve Dondley.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.